export declare function preserveDocxNoteCommentRunProperties(generatedDocument: Document, generatedRun: Element, sourceRun: Element, kind: 'comment' | 'note'): void; export declare function cloneDocxNoteCommentRunProperties(document: Document, sourceProperties: Element, targetContext: Element, kind: 'comment' | 'note'): Element | null;