import { CliOptions } from '../types'; export declare function cli(options: CliOptions): Promise;