import { CliError } from './CliError'; export declare class ParameterNotDefinedError extends CliError { constructor(field: string); }