import { AnalyzerPlugin } from "../types.js"; /** * Changelogen is configured through c12 from the current directory. Its official * `changelog.config.*`, `.changelogrc`, and package.json#changelog inputs are * tool entry points and must be recognized independently of source imports. */ export declare const ChangelogenPlugin: AnalyzerPlugin; export default ChangelogenPlugin;