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