import type { CliCommand } from '../utils/types.ts'; /** * Switch the default server * Supports: skywriter remote switch [url] * - skywriter remote switch (interactive select) * - skywriter remote switch http://user@host.com (direct switch) */ export declare const switchServer: CliCommand<[string?]>; //# sourceMappingURL=switchServer.d.ts.map