import { State } from "./index"; import { FsStat } from '../fsstat'; export declare function UpsertSmall(state: State, allowCallbackChangeInsert: boolean, fileRows: { fullFileName: string; fsstat: FsStat; }[], callback: (success: boolean) => void): void; export declare function UpsertBig(state: State, allowCallbackChangeInsert: boolean, fileRows: { fullFileName: string; fsstat: FsStat; }[], callback: (success: boolean) => void): void; //# sourceMappingURL=upsert.d.ts.map