export declare class Attachment {
    filename: string;
    'content-disposition': string;
    'content-transfer-encoding': string;
    'content-type': string;
    'attachment-id': string;
}
