import { PDFOptions } from "./types.js";
export declare function createPDFfromHTML(notes: string, options: PDFOptions): Promise<string>;
