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