import type { Command } from 'commander'; import type { GlobalOptions } from '../types.js'; /** Registers the `profile` command group for managing configuration profiles. */ export declare function registerProfileCommand(program: Command, globals: () => GlobalOptions): void; //# sourceMappingURL=profile.d.ts.map