import type { InferActivityParams, RegisteredActivityName } from "@stackflow/config"; import type { StepActions } from "./StepActions"; export declare function useStepFlow(activityName: ActivityName): StepActions>; //# sourceMappingURL=useStepFlow.d.ts.map