import { ChildProcess } from 'child_process'; export declare function resolveAgent(alias: string): string; export declare function spawnAgent(agent: string, wrapperDir: string, port: number, onExit: (code: number) => void): ChildProcess; //# sourceMappingURL=spawn.d.ts.map