import { CliConfig } from '../types/CliConfig';
import { CommandOptions } from '../types/CommandOptions';
export declare class CliUtils {
    static prepareArgs(config: CliConfig<unknown, unknown>, cmdOpts?: CommandOptions): string;
    protected static preparedCommand(command?: string, subCommand?: string): string;
    protected static preparedOptions(config: CliConfig<unknown, unknown>, filteredParams?: string[]): string;
    protected static toArgString(args: any, filteredParams?: string[]): string;
    protected static toParameterList(arg: any[]): string;
    protected static preparedParameters(config: CliConfig<unknown, unknown>, filteredParams?: string[]): string;
}
//# sourceMappingURL=CliUtils.d.ts.map