import type { BeachballOptions } from './types/BeachballOptions'; /** * Get the absolute path to the folder containing beachball change files. */ export declare function getChangePath(options: Pick): string; //# sourceMappingURL=paths.d.ts.map