declare type CommandFunction = (ip: string, port: number, basePath: string) => string; export default function getSpec(name: string): CommandFunction; export {};