import type { RepoOptions, ParsedOptions } from '../types/BeachballOptions'; /** * Find the beachball config file and return the repo options. * * If `cliOptions.path` is empty, it's assumed to be running in a test without a filesystem * and returns an empty object. */ export declare function getRepoOptions(cliOptions: ParsedOptions['cliOptions']): Partial; //# sourceMappingURL=getRepoOptions.d.ts.map