import type { ICommentOptions } from 'docx'; import type { AssignedDocxCommentThread } from './work-docx-note-comment-identity'; export declare function createDocxCommentRecords(threads: readonly AssignedDocxCommentThread[], docx: typeof import('docx'), commentIds: Map): ICommentOptions[];