import { Attachment } from "./Attachment";
export declare class Attachments {
    attachments: Array<Attachment>;
}
