export declare class HudAiError extends Error {
    name: string;
    type: string;
    constructor(message: string, type?: string);
}
