/** * JSON Document Parser - Re-exports from shared package * * This module re-exports the JSON parsing functionality from the shared package * and provide a clean interface for the core package. */ export { JsonDocumentParser, JsonParsingError, JsonValidationError, parseJsonComponent, validateJsonComponent, parseJsonWithLineNumbers, } from '@json-to-office/shared-docx'; export type { DocumentValidationResult, DocumentValidationError, } from '@json-to-office/shared-docx'; //# sourceMappingURL=parser.d.ts.map