import { LiveChatVersion } from "../Common/Enums"; declare const createGetChatTokenEndpoint: (liveChatVersion: LiveChatVersion, auth: boolean, copilotBotPresent?: boolean) => string; export { createGetChatTokenEndpoint };