export declare const PRIVATE_USER_API_ROUTES: { USER_PROFILE: string; USER_PROFILE_BY_USER_ID: string; USER_CHAT_SESSION: string; USER_CHAT_MESSAGE: string; USER_CHAT_SESSION_BY_USER_ID_PSYCHIC_ID: string; USER_CHAT_REQUEST: string; USER_CHAT_RESPOND: string; USER_CHAT_END: string; USER_SUPPORTS: string; USER_SUPPORT: string; USER_FINANCES: string; USER_FINANCE: string; USER_SUPPORT_BY_ID: string; USER_TRANSACTIONS: string; USER_FINANCE_BY_ID: string; PAYPAL_SETUP_TOKEN: string; PAYPAL_PAYMENT_TOKEN: string; PAYPAL_CREATE_ORDER: string; CARD_SETUP_TOKEN: string; CARD_PAYMENT_TOKEN: string; USER_ANALYTICS: string; };