export declare class WordDocumentAPI { constructor(); addCustomPropertiesToDocument(attachmentSysId?: string, propertyList?: [], targetRecordTable?: string, targetRecordSysId?: string, outputAttachmentName?: string): any; extractAllDocumentFields(attachmentSysId?: string, prefix?: string): any; extractTagContentToDocument(attachmentSysId?: string, fieldValueArray?: []): any; generateChartOOXML(chartProperties?: Record, chartSpaceXML?: string): any; generatePreviewDocument(attachmentSysId?: string, tagAttachmentMap?: Record, fieldValueMap?: Record, targetRecordTable?: string, targetRecordSysId?: string, outputAttachmentName?: string, tableValueMap?: Record): any; generatePreviewWithTrackMode(attachmentSysId?: string, tagAttachmentMap?: Record, fieldValueMap?: Record, trackFlag?: boolean, targetRecordTable?: string, targetRecordSysId?: string, outputAttachmentName?: string, tableValueMap?: Record): any; getCustomPropertiesFromDocument(attachmentSysId?: string, prefix?: string): any; getWordDocumentRevisionsInfo(attachmentSysId?: string): any; renderDocument(wordAttachmentSysId?: string, replacementsMap?: Record, removeAllContentControls?: boolean, targetRecordTable?: string, targetRecordSysId?: string, outputAttachmentName?: string): any; replaceDocumentFields(attachmentSysId?: string, fieldValueMap?: Record, targetRecordTable?: string, targetRecordSysId?: string, outputAttachmentName?: string): any; replaceTagContentWithDocument(attachmentSysId?: string, tagAttachmentMap?: Record, targetRecordTable?: string, targetRecordSysId?: string, outputAttachmentName?: string): any; replaceTagWithTableContent(attachmentSysId?: string, tableValueMap?: Record, targetRecordTable?: string, targetRecordSysId?: string, outputAttachmentName?: string): any; setTrackChanges(attachmentSysId?: string, flag?: boolean, targetRecordTable?: string, targetRecordSysId?: string, outputAttachmentName?: string): any; wordToHTML(attachmentSysId?: string, targetRecordTable?: string, targetRecordSysId?: string, outputAttachmentName?: string): any; } //# sourceMappingURL=WordDocumentAPI.d.ts.map