import type { HardhatRuntimeEnvironment } from "hardhat/types/hre"; import { MockPkVerifier } from "../../types"; export declare const deployAndSaveMockPkVerifier: (hre: HardhatRuntimeEnvironment) => Promise<{ pkVerifier: MockPkVerifier; }>; //# sourceMappingURL=mockPkVerifier.d.ts.map