export default useModelProcess; declare function useModelProcess({ refVideo, shouldStart, cropArea, settings, allowedCardTypes, onError, frontSide, onAutoCaptureSuccess, quality, }: { refVideo: any; shouldStart: any; cropArea: any; settings: any; allowedCardTypes: any; onError: any; frontSide: any; onAutoCaptureSuccess: any; quality: any; }): { refWorkingCanvas: import("react").MutableRefObject; stopCheckFrame: () => void; checkFrame: () => Promise; warmupDone: boolean; takePictureManually: () => Promise; refAbleToRunBurstMode: import("react").MutableRefObject; refVirtualFrames: import("react").MutableRefObject; refCardCoordinates: import("react").MutableRefObject; };