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