UNPKG

274 BTypeScriptView Raw
1import * as Config from '@oclif/config';
2import { loadConfig } from './load-config';
3export declare function command(args: string[] | string, opts?: loadConfig.Options): {
4 run(ctx: {
5 config: Config.IConfig;
6 expectation: string;
7 }): Promise<void>;
8};