import { MigrationConfig } from '../types'; /** * Unconditionally delete the migration lock row. Use only when the * lock owner has crashed and you need to retake the lock before the * 5-minute TTL clears it on its own. */ export declare function forceUnlock(config: MigrationConfig, yes?: boolean): Promise; //# sourceMappingURL=unlock.d.ts.map