import { Command } from '@oclif/command'; export default class Graph extends Command { static description: string; static examples: string[]; static flags: { help: import("@oclif/parser/lib/flags").IBooleanFlag; }; static args: never[]; run(): Promise; }