import { HardhatRuntimeEnvironment } from "hardhat/types"; /** * Injects mock Fhenix FHE contracts on the hardhat network. Noop if not on the hardhat network. * * Currently injected into the `test`, `node`, and `run` tasks. */ export declare const injectFhenixMocks: (hre: HardhatRuntimeEnvironment) => Promise; //# sourceMappingURL=index.d.ts.map