import { ChildProcess } from "child_process";
export declare function start(host: string, port: number, password: string, allowedOrigins?: string): Promise<ChildProcess>;
export declare function stop(host: string, port: number, password: string): Promise<Response>;
