import type { EthereumProvider } from "hardhat/types/providers"; export declare function setCode(provider: EthereumProvider, address: string, code: string): Promise; //# sourceMappingURL=set-code.d.ts.map