import type { BuidlerRuntimeEnvironment } from "@nomiclabs/buidler/types"; import type { Contract, providers, Signer } from "ethers"; export declare function getDeployMockContract(): any; export declare function buidlerDeployContract(bre: BuidlerRuntimeEnvironment, signer: Signer, contractJSON: any, args?: any[], overrideOptions?: providers.TransactionRequest): Promise; //# sourceMappingURL=deploy.d.ts.map