import type { HardhatRuntimeEnvironment } from "hardhat/types/hre"; import { MockDecryptionVerifier } from "../../types"; export declare const deployAndSaveMockDecryptionVerifier: (hre: HardhatRuntimeEnvironment) => Promise<{ decryptionVerifier: MockDecryptionVerifier; }>; //# sourceMappingURL=mockDecryptionVerifier.d.ts.map