import { StoryAction } from '../../../../typings'; import { Page } from 'playwright'; export declare const isInteractiveAction: (action: StoryAction) => boolean;