import { Commands } from './commands'; export declare function processCommand(command: string[] | null, token?: string): Promise; export declare function start(commands?: Commands): Promise; export declare function stop(): Promise; export declare function version(version: string): void;