import type { AllConfig } from '../../../../config/types';
import type { ParseConfigOptions } from './types';
export declare function getCliName(option: ParseConfigOptions): string;
export declare function getConfig(input: string[]): AllConfig;
