import crossSpawn from 'cross-spawn';
export declare const spawn: (...args: Parameters<typeof crossSpawn>) => Promise<string>;
