import { Graph } from "../core"; import { Command } from "./core"; export declare const commands: Command[]; export declare function help(command?: Command): string; export declare function exec(...commands: string[]): Graph[]; export default exec;