import type { FreestyleClient } from "../freestyle"; import type { OnUpdate } from "./types"; export declare function resolveSnapshot(client: FreestyleClient, snapshotFlag: string | undefined, onUpdate: OnUpdate): Promise; //# sourceMappingURL=snapshot.d.ts.map