index.d.ts 178 B

123
  1. import { MethodArgs } from '../../args';
  2. import { TestCommandResult } from '../../commands/types';
  3. export default function test(...args: MethodArgs): Promise<TestCommandResult>;