/**
 * Modifies the bytecode stored at an account's address
 *
 * @param address The address where the given code should be stored
 * @param code The code to store
 */
export declare function setCode(address: string, code: string): Promise<void>;
//# sourceMappingURL=setCode.d.ts.map