export declare function extractPdfTextFromBytes(buffer: ArrayBuffer, options: { url: string; }): Promise<{ text: string; totalPages: number; }>; //# sourceMappingURL=pdf.d.ts.map