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