import { Paragraph } from 'docx'; import type { FileNode } from '../types'; /** * Convert digit-editor file attachment node to DOCX * Displays as a simple text: [_文件名称] */ export declare function convertFile(node: FileNode): Paragraph;