#!/usr/bin/env node
import 'dotenv/config';
export { PDFGenerator } from './generators/pdf-generator.js';
export { PDFConfig, BookGenerationOptions, ResearchCompilationOptions, GenerationProgress } from './types/index.js';
//# sourceMappingURL=index.d.ts.map