5c05829
1
2
3
4
5
6
export declare class EmailJSResponseStatus { status: number; text: string; constructor(_status?: number, _text?: string); }