export { parseFeatureFile } from './lib/featureParser.js'; export type { ParsedFeature, Scenario, Step, DataTable, Example } from './lib/featureParser.js'; export { createDocxFromFeature } from './lib/docxWriter.js'; export { defaultTheme, mergeTheme } from './lib/theme.js'; export type { ThemeConfig, PartialTheme } from './lib/theme.js'; export { defaultDocumentSettings, defaultOptions, mergeOptions, mergeDocumentSettings } from './lib/options.js'; export type { DocxOptions } from './lib/options.js'; import type { DocxOptions } from './lib/options.js'; export declare function convertFeatureFile(inputPath: string, outPath: string, options?: DocxOptions): Promise; //# sourceMappingURL=index.d.ts.map