export declare class Multipart {
    preambleCRLF: boolean;
    postambleCRLF: boolean;
    build(parts: any, boundary: any): ArrayBuffer;
}
