/** Returns a boolean indicating whether the file is unlocked (isUnlocked) */ export declare const waitUntilUnlocked: (absoluteFilePath: string, maxWaitMs?: number, waitStepMs?: number) => Promise; //# sourceMappingURL=waitUntilUnlocked.d.ts.map