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<ExecuteOutput>;
export {};
