export declare class FullSyncGetDocumentParameter {
    static DOCID: FullSyncGetDocumentParameter;
    name: string;
    constructor(name: string);
}
