import { Readable } from 'stream'; export declare function getRealType(value: any): string; export declare function executeCommand(command: string, args: string | string[], options?: {}): Promise; export declare function execInDir(dir: string, command: string): number; export declare function assertNonNullable(name: string, x: T): asserts x is NonNullable; export declare function checkNonNullable(name: string, x: T): NonNullable; export declare function streamToArray(stream: Readable): Promise; export declare function oldStreamToArray(stream: NodeJS.ReadableStream): Promise; export declare function notEmpty(value: T | null | undefined): value is T; //# sourceMappingURL=helpers.d.ts.map