/** * Gets the omnichannel-chat-sdk version. * * In most environments, this will successfully read from package.json. * In rare bundled environments where this fails, it falls back to the * version from settings (manually maintained). */ declare const getOmnichannelChatSdkVersion: () => string; export { getOmnichannelChatSdkVersion };