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