import { SnapshotRestorer } from '@nomicfoundation/hardhat-network-helpers'; export declare function takeSnapshot(): Promise; export declare function restoreSnapshot(snapshot: SnapshotRestorer): Promise; export type { SnapshotRestorer } from '@nomicfoundation/hardhat-network-helpers'; //# sourceMappingURL=snapshot.d.ts.map