import { HardhatRuntimeEnvironment } from "hardhat/types";
export type DeployMocksArgs = {
    deployTestBed?: boolean;
    gasWarning?: boolean;
    silent?: boolean;
};
export declare const deployMocks: (hre: HardhatRuntimeEnvironment, options?: DeployMocksArgs) => Promise<void>;
//# sourceMappingURL=deploy-mocks.d.ts.map