import type { ActivityBaseParams } from "@stackflow/config"; import type { CoreStore } from "@stackflow/core"; import type { StepActions } from "./StepActions"; export declare function makeStepActions(getCoreActions: () => CoreStore["actions"] | undefined): StepActions; //# sourceMappingURL=makeStepActions.d.ts.map