/**
 * Goal that performs autofixes: For example, linting and adding license headers.
 */
import { FulfillableGoal, FulfillableGoalDetails, Goal } from "@atomist/sdm";
/**
 * Changelog goal that releases the current version in the CHANGELOG.md file
 */
export declare class Changelog extends FulfillableGoal {
    constructor(goalDetailsOrUniqueName?: FulfillableGoalDetails | string, ...dependsOn: Goal[]);
}
//# sourceMappingURL=Changelog.d.ts.map