import type { IS_COMMAND_THUNK } from 'etc/constants' import type { Options as ExecaOptions, ResultPromise } from 'execa' /** * Return type of `command`. */ export interface CommandThunk { (): ResultPromise [IS_COMMAND_THUNK]: true }