import type { ChangeSet } from '../types/ChangeInfo'; import type { BeachballOptions } from '../types/BeachballOptions'; /** * Unlink only change files that are specified in the `changeSet` param. * Does nothing if `options.keepChangeFiles` is true. * * @param changeSet existing change files to be removed */ export declare function unlinkChangeFiles(changeSet: Readonly, options: Pick): void; //# sourceMappingURL=unlinkChangeFiles.d.ts.map