import { getAppInstanceId } from "./appInstanceId.js"; import { SDK_VERSION, TEMPLATE_APP_VERSION } from "./constants/index.js"; import { getWebSDKOverridableResource, getWebSDKResource } from "./webSdkResource.js"; export { SDK_VERSION, TEMPLATE_APP_VERSION, getAppInstanceId, getWebSDKOverridableResource, getWebSDKResource };