export declare class RecallrAIError extends Error {
    readonly httpStatus: number;
    constructor(message: string, httpStatus: number);
    toString(): string;
}
