export declare class BudibaseError extends Error { code: string; type: string; constructor(message: string, code: string, type: string); }