UNPKG

207 BTypeScriptView Raw
1import { Options } from '.';
2declare const _default: (args: string | string[] | undefined, opts?: Options) => {
3 run(ctx: {
4 expectation: string;
5 }): Promise<void>;
6};
7export default _default;