import { Fs } from "./utils"; /** A map from GraphQL object type name -> its field names that have already been scaffolded. */ export type History = Record; export declare function loadHistory(fs: Fs): Promise; export declare function writeHistory(fs: Fs, history: History): Promise; //# sourceMappingURL=history.d.ts.map