import { Command } from "@oclif/command"; export default class GetNetwork extends Command { static description: string; static aliases: string[]; run(): Promise; catch(e: Error): Promise; }