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