import { RedisSMQError } from './redis-smq.error.js';
export declare class AbortError extends RedisSMQError {
    getProps(): {
        code: string;
        defaultMessage: string;
    };
}
//# sourceMappingURL=abort.error.d.ts.map