import { type TensorflowModel } from '@get-id/react-native-fast-tflite'; export declare function loadDocumentDetectionModel(): Promise; export declare function loadQualityCheckModel(): Promise; export declare function detectDocument(model: TensorflowModel, frame: Float32Array, scaleSize?: { width: number; height: number; }): import("./documentDetection").DocumentPrediction[]; //# sourceMappingURL=documentDetectionTF.d.ts.map