import { StoryAction } from '../../../typings'; import { Page } from 'playwright'; export declare const executeAction: (page: Page, action: StoryAction) => Promise;