export declare function spawnAsync(command: string, stdout?: (data: string) => void, stderr?: (data: string) => void): Promise<string>;
