import type { BeachballOptions } from '../types/BeachballOptions'; import type { BasicCommandContext } from '../types/CommandContext'; /** * Handles the `beachball config get ` command. * * The output of this command is intended to be read by humans or AI, not parsed directly. * It includes the top-level setting and any package and/or group overrides. * (If parseable output is needed, an option could be added in the future.) */ export declare function configGet(options: BeachballOptions, context: BasicCommandContext): void; //# sourceMappingURL=configGet.d.ts.map