import { ExtensionPack } from "@atomist/sdm";
/**
 * Register support for managing CHANGELOG.md files in your SDM.
 * Note: If a goal gets passed to this function, this pack will
 * register a goal implementation for the given goal.
 * @param {Goal} goal
 * @returns {ExtensionPack}
 */
export declare function changelogSupport(): ExtensionPack;
//# sourceMappingURL=changelog.d.ts.map