import { Command } from 'commander'; import type { Command as CommandConfig } from '../commands/config/types'; export declare const applyCommandsConfig: (command: Command, config: CommandConfig) => Command; //# sourceMappingURL=commands-config.d.ts.map