import type { WorkDocumentCaptionKind } from './work-document-captions'; import type { DocxFieldOccurrence } from './work-docx-field-instructions'; export declare function docxCaptionSequenceKind(instruction: string): WorkDocumentCaptionKind | null; export declare function docxCaptionReferenceTarget(instruction: string): string | null; export declare function docxCaptionBookmark(paragraph: Element, field: DocxFieldOccurrence): Element | undefined;