import { Command } from "@oclif/core"; export default class Graph extends Command { static description: string; static examples: string[]; static flags: { backendFile: import("@oclif/core/lib/interfaces").OptionFlag; skipCleanup: import("@oclif/core/lib/interfaces").BooleanFlag; }; run(): Promise; private executeShell; }