UNPKG

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