type State = { versionHash?: string; }; export declare function readState(cacheDir: string): Promise; export declare function writeState(cacheDir: string, state: State): Promise; export {}; //# sourceMappingURL=state.d.ts.map