import type { Settings } from './configuration.js'; export declare function callServer(command: string, args: Record, config: Settings): Promise;