import { DatabaseError } from './database-error.js';
export declare class FileLockError extends DatabaseError {
    constructor(lockPath: string);
}
