declare const __SOOTSIM_STANDALONE__: boolean export const IS_STANDALONE = typeof __SOOTSIM_STANDALONE__ !== 'undefined' && __SOOTSIM_STANDALONE__