import { RedisSMQError } from '../../errors/index.js'; import { IRedisSMQErrorProperties } from '../../errors/types/index.js'; export declare class EventBusMessageJSONParseError extends RedisSMQError<{ error: string; }> { getProps(): IRedisSMQErrorProperties; } //# sourceMappingURL=event-bus-message-parse.error.d.ts.map