import { ExposedDependencies } from '@servicetitan/startup-utils'; import { ExposedInstanceDependencies } from './common'; declare global { export const EXPOSED_DEPENDENCIES: ExposedDependencies | undefined; export const EXPOSED_INSTANCE_DEPENDENCIES: ExposedInstanceDependencies | undefined; export const WEB_COMPONENT_NAME: string | undefined; } declare const _EXPOSED_DEPENDENCIES: any; declare const _WEB_COMPONENT_NAME: any; declare const _EXPOSED_INSTANCE_DEPENDENCIES: any; export { _EXPOSED_DEPENDENCIES as EXPOSED_DEPENDENCIES, _EXPOSED_INSTANCE_DEPENDENCIES as EXPOSED_INSTANCE_DEPENDENCIES, _WEB_COMPONENT_NAME as WEB_COMPONENT_NAME, }; //# sourceMappingURL=globals.d.ts.map