import { PlaywrightData } from '../../../../typings'; export declare const getStoryData: (data: PlaywrightData, storyId: string, create?: boolean) => import("../../../../typings").PlaywrightStoryData;