export declare function init_websocket_api(primus: any): void; interface ExecuteOutput { stdout: string; stderr: string; exit_code: number; } export declare function exec(opts: any): Promise; export {};