/// import type { Convert } from "./types/convert"; import type { Options } from "./types/options"; export declare function pdf2picCore(source: string, data: string | Buffer, options?: Options): Convert;