export declare const SSO_V2_PATHS: {
    LOGIN_BY_SOCIAL: string;
    EMAIL: {
        REGISTER_BY_SEND_OTP: string;
        LOGIN_BY_PASSWORD: string;
        VERIFY_BY_OTP: string;
        SEND_OTP: string;
    };
    PHONE: {
        REGISTER_BY_SEND_OTP: string;
        SEND_OTP: string;
        VERIFY_BY_OTP: string;
        LOGIN_BY_PASSWORD: string;
        UPDATE_PHONE_SEND_OTP: string;
        UPDATE_PHONE_VERIFY_OTP: string;
    };
    WHATSAPP: {
        REGISTER_BY_SEND_OTP: string;
        SEND_OTP: string;
        UPDATE_PHONE_SEND_OTP: string;
        UPDATE_PHONE_VERIFY_OTP: string;
        VERIFY_BY_OTP: string;
    };
    ZALO: {
        REGISTER_BY_SEND_OTP: string;
        SEND_OTP: string;
        VERIFY_BY_OTP: string;
        UPDATE_PHONE_SEND_OTP: string;
        UPDATE_PHONE_VERIFY_OTP: string;
    };
    RESET_PASSWORD: string;
    CHECK_USER_EXIST: string;
    UPDATE_USER_INFO: string;
    SETUP_USER_INFO: string;
    ECOM_CARE: {
        SEND_OTP: string;
        VERIFY_OTP: string;
        RESEND_OTP: string;
    };
};
