/**
 * Runs the code in a child process, and returns its stdout/err string.
 */
export declare function runInChild(code: string): Promise<string>;
