/** * Document Generator Usage Examples * * This file demonstrates how to use the refactored document generator modules */ declare function demonstrateDocumentGeneration(): Promise; export { demonstrateDocumentGeneration }; //# sourceMappingURL=documentGeneratorExample.d.ts.map