export * from './parser'; export * from './normalizer'; export * from './filesystem'; export type { ComponentDefinition as JsonComponentDefinition } from '@json-to-office/shared-docx'; export type { CoreValidationResult as ValidationResult, JsonValidationError as ValidationError, } from '@json-to-office/shared-docx'; //# sourceMappingURL=index.d.ts.map