import { LoggedInResponseType } from "./"; export declare const loginByEmailPassword: (email: string, password: string) => Promise>; export declare const registerBySendEmailOTP: (email: string) => Promise>; export declare const resendEmailOTP: (email: string) => Promise>; export declare const verifyByEmailOTP: (email: string, otpCode: string) => Promise>;