import type { BeachballOptions } from '../types/BeachballOptions'; import type { ChangeCommandContext } from '../types/CommandContext'; /** * Generate change files. * @param context Command context from `validate()`. `changedPackages` may be undefined for tests. */ export declare function change(options: BeachballOptions, context: ChangeCommandContext): Promise; /** @deprecated Use other signature */ export declare function change(options: BeachballOptions): Promise; //# sourceMappingURL=change.d.ts.map