/** @format */ import type { TextItem } from './types'; export declare const readPdf: (data: Uint8Array) => Promise;