export declare class FullSyncAttachmentParameter {
    static DOCID: FullSyncAttachmentParameter;
    static NAME: FullSyncAttachmentParameter;
    static CONTENT_TYPE: FullSyncAttachmentParameter;
    static CONTENT: FullSyncAttachmentParameter;
    name: string;
    constructor(name: string);
}
