import type { StorybookDataJson } from "./extract-stories";
export declare const waitStorybookDataJson: (storybookJsonUrls: string[], waitStorybookJsonTimeout: number, fetch?: typeof fetch) => Promise<StorybookDataJson>;
