import { ILockError, ILockErrorOptions } from './lock-error.type';
export declare function createLockError(options?: ILockErrorOptions): ILockError;
