export declare const PATHS: {
    POST_VERIFY_SMS_OTP: string;
    POST_SEND_OTP: string;
    POST_SEND_OTP_WHATSAPP: string;
    POST_VERIFY_OTP: string;
    POST_VERIFY_OTP_WHATSAPP: string;
    GET_LANDING_PAGE_FIRST_NODE: string;
    GET_LANDING_PAGE_NEXT_NODE: string;
    POST_LANDING_PAGE_IMPRESSION: string;
    POST_LANDING_PAGE_CLICK: string;
    GET_INLINE_FIRST_NODE: string;
    GET_INLINE_MESSAGE: string;
    GET_INLINE_IMPRESSION: string;
    GET_INLINE_CLICK: string;
    GET_SUBOT_LOG: string;
    POST_SUBOT_CREATE_LOG: string;
    FETCH_URL_DATA: string;
    GET_VOUCHER_QUANTITY: string;
};
