import { NativeArray } from "../imports/NativeArray"; export declare class Email { to: NativeArray; cc: NativeArray; bcc: NativeArray; headers: Record; subject: string; text: string; html: string; state: string; type: string; id: string; }