import { ComponentDescriptor, StoryRecord } from "./types.js";
export declare function analyzeStorybookStories(projectRoot: string, components: ComponentDescriptor[], excludePaths?: string[]): Promise<Record<string, StoryRecord[]>>;
//# sourceMappingURL=storybook-stories.d.ts.map