import { Command } from 'commander';
import { IOptions } from '..';
export declare function getOption(name: string, options?: IOptions): any;
export declare function prepareOptions(cli: Command): IOptions;
export declare function getDefaultOptions(): IOptions;
