UNPKG

@cloud-cli/cli

Version:

CLI for the Cloud CLI project

3 lines (2 loc) 168 B
import type { Settings } from './configuration.js'; export declare function callServer(command: string, args: Record<string, any>, config: Settings): Promise<unknown>;