import type { IContext } from './interface'; export declare const cli: (opts: IContext) => Promise;