export declare class ChildService { spawn(command: string, args: string[], cwd: string, wait?: number): Promise<{}>; }