export declare class EmailJSResponseStatus { status: number; text: string; constructor(_status?: number, _text?: string); }