import { AnalyzerPlugin } from "../types.js"; /** * Storybook configurations are executable entry points rather than ordinary source files. * This plugin therefore treats a config as evidence for locally declared framework/addon * packages, while retaining only the CSF exports that Storybook consumes from story files. */ export declare const StorybookPlugin: AnalyzerPlugin; export default StorybookPlugin;