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