import { CommandConfig } from '../types';
export declare const normalizeConfig: (cwd: string, obj: Partial<CommandConfig>) => CommandConfig;
