import type { ExternalFillOptions, ExternalFillResult } from './types.js'; /** * Run the external fill pipeline: integrity check → clean → patch → fill → verify. * Uses the local DOCX file from the external/ directory (never modifies the original). */ export declare function runExternalFill(options: ExternalFillOptions): Promise; export type { ExternalFillOptions, ExternalFillResult } from './types.js'; //# sourceMappingURL=index.d.ts.map