import { PdfToPngOptions, PngPageOutput } from '.';
export declare function pdfToPng(pdfFilePathOrBuffer: string | ArrayBufferLike, props?: PdfToPngOptions): Promise<PngPageOutput[]>;
