import type { InferActivityParams, RegisteredActivityName } from "@stackflow/config"; import type { StaticActivityComponentType as StaticActivityComponentTypeInternal } from "./BaseStaticActivityComponentType"; export type StaticActivityComponentType = StaticActivityComponentTypeInternal>; //# sourceMappingURL=StaticActivityComponentType.d.ts.map