import { StoryStore } from "@storybook/preview-api"; import { LinkBases } from "./zeplinLink"; import { AnyFramework } from "@storybook/csf"; export interface GlobalContext { framework: string; renderer: string; store: StoryStore; linkBases: LinkBases; react?: Record; }; path: string; name: string; }>; angular?: Array<{ name: string; file: string; }>; } export declare function getGlobalContext(windowObject: unknown, linkBases: LinkBases, retryCount?: number): Promise;