import type { File, ImageObjectJs } from './types'; export declare function createPdf(params: ImageObjectJs): File; //# sourceMappingURL=index.d.ts.map