import { CommandOptions } from "./options"; import { Spec } from "swagger-schema-official"; export declare type Command = (swagger: Spec, options: Options) => string;