import type { SnapshotRestorer } from "../../../types.js"; import type { EthereumProvider } from "hardhat/types/providers"; export declare function takeSnapshot(provider: EthereumProvider): Promise; //# sourceMappingURL=take-snapshot.d.ts.map