///
import { SpawnSyncOptions } from 'child_process';
export declare function downloadUrl(url: string, file: string): Promise;
export declare function hash(filePath: string): Promise;
export declare function plusx(file: string): Promise;
export declare function spawn(
command: string,
args?: ReadonlyArray,
options?: SpawnSyncOptions
): Promise;
//# sourceMappingURL=utils.d.ts.map