export declare const API_URL = "https://api.chzzk.naver.com"; export declare const API_VERSION = "v1"; export declare const GAME_API_URL = "https://comm-api.game.naver.com/nng_main"; export declare const GAME_API_VERSION = "v1"; export declare const CHAT_SERVER_URL: (serverNo: string) => string; export declare const GET_USER_STATUS = "https://comm-api.game.naver.com/nng_main/v1/user/getUserStatus"; export declare const GET_CHANNEL: (channelID: string) => string; export declare const GET_VIDEO: (videoNo: string) => string; export declare const GET_CHANNEL_LIVE_STATUS: (channelID: string) => string; export declare const GET_CHANNEL_LIVE_DETAIL: (channelID: string) => string; export declare const SEARCH_VIDEO = "https://api.chzzk.naver.com/service/v1/search/videos"; export declare const SEARCH_LIVE = "https://api.chzzk.naver.com/service/v1/search/lives"; export declare const SEARCH_CHANNEL = "https://api.chzzk.naver.com/service/v1/search/channels"; export declare const GET_ACCESS_TOKEN = "https://comm-api.game.naver.com/nng_main/v1/chats/access-token"; export declare const GET_CHAT_PROFILE: (chatID: string, channelID: string) => string; export declare const GET_CHAT_PROFILE_CARD: (chatID: string, channelID: string) => string;