export interface LockedBrowserDbCopy { readonly copiedDbPath: string; readonly tempDir: string; cleanup(): Promise; } export declare function copyLockedBrowserSqlite(sourcePath: string): Promise; //# sourceMappingURL=locked-db.d.ts.map