export default useActiveLivenessSettings; declare function useActiveLivenessSettings({ captureFrameSettingsProp, clientSettings }: { captureFrameSettingsProp: any; clientSettings: any; }): { faceTrackingSetting: { enable: any; webTerminateThreshold: any; webWarningThreshold: any; limitFor: any; maxWarningTime: any; }; resetFlowOnOrientationChange: any; waitBeforeStartFlowMs: any; flowIntervalTimeMs: any; takeOnePictureTimeMs: any; limitTimeLivenessCheck: { enable: any; limitTimeSecond: any; remainTimeShow: any; format: any; }; terminateIfNoFace: { enable: any; maxInvalidFrame: any; maxTimeMs: any; }; closeEyeSettings: { enable: any; webThreshold: any; webTimeout: any; forceCheck: any; }; exifDataSettings: { enable: any; }; recordVideo: { enable: any; }; captureFrameSettings: any; };