import type { Orientatie } from "./browserPrint.js"; export interface PdfOpdracht { html: string; css?: string; breedteMm: number; hoogteMm: number; orientatie: Orientatie; } /** Levert de PDF als base64-tekst (zonder data:-prefix). */ export declare function htmlNaarPdfBase64(opdracht: PdfOpdracht): Promise; //# sourceMappingURL=documentPdf.d.ts.map