import type { Fixture, NetworkHelpers, Snapshot } from "../../../types.js"; import type { ChainType, NetworkConnection } from "hardhat/types/network"; export declare function loadFixture(networkHelpers: NetworkHelpers, fixture: Fixture, snapshots: Array>, connection: NetworkConnection): Promise<{ snapshots: Array>; snapshotData: T; }>; //# sourceMappingURL=load-fixture.d.ts.map