declare class AssistantError { type: number; description: string; constructor(type: number, description: string); } export { AssistantError };