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