4 lines
184 B
TypeScript
4 lines
184 B
TypeScript
|
/// <reference types="node" />
|
||
|
import { ChildProcess } from 'child_process';
|
||
|
export declare function runSimulatorLoggingProcess(): ChildProcess;
|
||
|
//# sourceMappingURL=simulator.d.ts.map
|