export declare class Attachment { content: string; filename: string; constructor(content: string, fileName: string); }