import { RedisSMQError } from 'redis-smq-common';
export declare class InvalidMessageAuditHistorySizeError extends RedisSMQError {
    getProps(): {
        code: string;
        defaultMessage: string;
    };
}
//# sourceMappingURL=invalid-message-audit-history-size.error.d.ts.map