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