export const SDK_BACKEND_URL = process.env.SDK_BACKEND_URL as string; export const SDK_VERSION = "$SDK_VERSION"; // this gets replaced with pkg json version at build time