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