export declare class EmailAttachment { from(): Array; headers(): Record>; parts(): Array>; subject: string; body_text: string; body_html: string; }