import { AnalyzerPlugin } from "../types.js"; /** * Changelogithub uses the project-root configuration and package.json field * documented by the upstream project. These are release-tool entry points, so a * declared package is retained only when config, command, or import evidence exists. */ export declare const ChangelogithubPlugin: AnalyzerPlugin; export default ChangelogithubPlugin;