import { type PDFOptions, type PDFResult } from './NativeHtmlToPdf';
export declare function generatePDF(options: PDFOptions): Promise<PDFResult>;
export type { PDFOptions, PDFResult };
//# sourceMappingURL=index.d.ts.map