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