import { IPDFPage } from "../types"; export declare const createStreamPDF: (contentPDF: IPDFPage) => Promise; export declare const createFilePDF: (contentPDF: IPDFPage, path: string, callback?: () => void) => Promise;