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