import { LoggedInResponseType } from "./"; export declare const registerBySendZaloOTP: (phone: string, areaCode: string) => Promise>; export declare const resendZaloOTP: (phone: string, areaCode: string) => Promise>; export declare const verifyByZaloOTP: (phone: string, areaCode: string, otpCode: string) => Promise>; export declare const resendUpdatePhoneZaloOTP: (phone: string, areaCode: string) => Promise>; export declare const verifyUpdatePhoneZaloOTP: (phone: string, areaCode: string, otpCode: string) => Promise>;