import type { BeachballOptions } from '../types/BeachballOptions'; import type { BasicCommandContext } from '../types/CommandContext'; /** * Handles the `beachball config list` command. * Prints all main settings, then any group overrides, then any per-package overrides. */ export declare function configList(options: BeachballOptions, context: BasicCommandContext): void; //# sourceMappingURL=configList.d.ts.map