export declare const sorter: (p: string) => ({ [p]: a }: any, { [p]: b }: any) => 0 | 1 | -1; export declare const printKeyValue: (key: string, value: string, color?: string, pad?: number) => void; export declare const deleteFile: (file: string) => void; export declare const writeFile: (file: string, text: string) => void; export declare const asyncExec: (cmd: string, verbose?: boolean | undefined) => Promise; export declare const asyncSpawn: (cmd: string, args: any[], logger?: (message?: any, ...optionalParams: any[]) => void) => Promise; //# sourceMappingURL=util.d.ts.map