import { StoryAction } from '../../../../typings'; import { Page } from 'playwright'; export declare const shouldTakeScreenshot: (actions: StoryAction[], currentPosition: number, enabled?: boolean) => boolean;