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