interface Props { startOtpDetection?: boolean; timeoutInMin?: number; } export declare const useAutoReadOtp: ({ startOtpDetection, timeoutInMin, }: Props) => [string | null, boolean, string]; export {};