import { AnalyzerPlugin } from "../types.js"; /** * Changesets uses `.changeset/config.json` plus markdown files as release inputs. * The config's `ignore`, `fixed`, and `linked` fields name workspace packages, not * package-manager dependencies; only the CLI and explicitly configured changelog * module may be retained as external packages. */ export declare const ChangesetsPlugin: AnalyzerPlugin; export default ChangesetsPlugin;