import { BaseCommand } from '@yarnpkg/cli'; import { Usage } from 'clipanion'; export default class SearchCommand extends BaseCommand { static paths: string[][]; static usage: Usage; execute(): Promise<0 | 1>; }