export declare const useStoryActionSetsLoader: (fileName: string, storyId: string) => { error: string; loading: boolean; retry: () => void; };