///
///
import { PdfPageSelection } from "../../../public/types";
export declare function rasterizeToImageBuffers(id: string, pdfPageSelection: PdfPageSelection): Promise;
export declare function extractRawImages(id: string, pdfPageSelection: PdfPageSelection): Promise;
//# sourceMappingURL=image.d.ts.map