import { PlaywrightStoryData } from '../../../typings'; export interface StoryPlaywrightData { data: PlaywrightStoryData; storyId: string; } export declare const getStoryPlaywrightData: (fileName: string) => Promise<{ playWrightData: import("../../../typings").PlaywrightData; storyData: StoryPlaywrightData[]; }>;