import { NamedServerName } from "@cocalc/util/types/servers";
declare type CommandFunction = (ip: string, port: number, basePath: string) => string;
export default function getSpec(name: NamedServerName): CommandFunction;
export {};
