import type { HardhatRuntimeEnvironment } from "hardhat/types/hre"; interface PoseidonT3ProxyDeployArgs { hre: HardhatRuntimeEnvironment; } /** * Deploy and save PoseidonT3 contract behind a proxy * @param param0 */ export declare const deployAndSavePoseidonT3: ({ hre, }: PoseidonT3ProxyDeployArgs) => Promise; export {}; //# sourceMappingURL=poseidonT3.d.ts.map