import { StoryAction } from '../typings'; export declare const useEditorAction: (storyId: string, actionId: string) => StoryAction | undefined;