import type { LazyActivityComponentType } from "./LazyActivityComponentType"; import type { StaticActivityComponentType } from "./BaseStaticActivityComponentType"; export type MonolithicActivityComponentType = StaticActivityComponentType | LazyActivityComponentType; //# sourceMappingURL=MonolithicActivityComponentType.d.ts.map