import type { ActivityDefinition, RegisteredActivityName } from "@stackflow/config"; import type { ActivityComponentType } from "../BaseActivityComponentType"; import type { StackflowReactPlugin } from "../StackflowReactPlugin"; import type { StackflowInput } from "../stackflow"; export declare function loaderPlugin, R extends { [activityName in RegisteredActivityName]: ActivityComponentType; }>(input: StackflowInput, loadData: (activityName: string, activityParams: {}) => unknown): StackflowReactPlugin; //# sourceMappingURL=loaderPlugin.d.ts.map