import { ILockError } from './lock-error.type';
export declare function isLockError(value: unknown): value is ILockError;
