export declare const INPUT_TYPE: { phone: string; pin: string; }; export declare const AUTH_TYPE: { login: string; otp: string; }; export declare const OTP: { otp1: string; otp2: string; otp3: string; otp4: string; };