import { StoryAction } from '../../../typings'; export declare const isSameActions: (a: Partial[], b: Partial[]) => boolean;