import type { ChangeFileInfo } from '../types/ChangeInfo'; import type { BeachballOptions } from '../types/BeachballOptions'; /** * Loops through the `changes` and writes out a list of change files * @returns List of changefile paths, mainly for testing purposes. */ export declare function writeChangeFiles(changes: ChangeFileInfo[], options: Pick): string[]; //# sourceMappingURL=writeChangeFiles.d.ts.map