export interface Email { mailTo: string; subject: string; body: string; } //# sourceMappingURL=Email.d.ts.map