export interface MigrationLockOptions { staleAfterMs?: number; now?: () => Date; } export declare function withMigrationLock(projectRoot: string, operation: () => Promise, options?: MigrationLockOptions): Promise; //# sourceMappingURL=lock.d.ts.map