import type { OCRStreamRequest, OCRStreamResponse } from "../../../schemas/index"; export declare function handleOCRStream(request: OCRStreamRequest): AsyncGenerator; //# sourceMappingURL=ocr-stream.d.ts.map