import { CommandPath } from './CommandPath'; import { GetUsageFn } from './GetUsageFn'; export interface CommandHandleOptions { options: TOptions; getUsage: GetUsageFn; level: number; ancestors: CommandPath; }