import { RedisSMQError } from '../../errors/index.js'; export declare class NotLockedError extends RedisSMQError { getProps(): { code: string; defaultMessage: string; }; } //# sourceMappingURL=not-locked.error.d.ts.map