import type { ChildProcessProxyProps } from "./child-process-proxy.js";
export default class ChildProcessProxy {
    constructor();
    start(props?: ChildProcessProxyProps): Promise<object>;
    stop(): Promise<void>;
    exit(): Promise<void>;
}
//# sourceMappingURL=child-process-proxy.browser.d.ts.map