import type { InferActivityParams, RegisteredActivityName } from "@stackflow/config"; export type Prepare = (activityName: K, activityParams?: InferActivityParams) => Promise; //# sourceMappingURL=Prepare.d.ts.map