import { flags } from '@oclif/command'; import { CLICommand } from '../command'; export default class Logcat extends CLICommand { static description: string; static flags: { ip: flags.IOptionFlag; port: import("@oclif/parser/lib/flags").IOptionFlag; }; run(): Promise; }