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