import { ActionSet } from '../typings'; export declare const useCurrentActions: (storyId: string) => { currentActions: ActionSet[]; state: import("../store/actions/reducer").ReducerState; };