import { Message } from './types'; export declare class OutOfMemoryError extends Error { readonly debugOutput: string; constructor(debugOutput: string); } export default function runSubprocess(commandArgs: string[], outputHandler: (message: string) => void): Promise; //# sourceMappingURL=ipc-process.d.ts.map