import type { RememPaths } from "../storage/paths.js"; export declare function withInstallLock(paths: RememPaths, operation: () => Promise): Promise;