import type { CommandModule } from 'yargs'; interface ServerArgs { json?: boolean; } interface ConfigArgs extends ServerArgs { key?: string; value?: string; } export declare const serverConfigCommand: CommandModule; export declare const serverCommand: CommandModule; export {};