export declare class GeneralUtil { static exec(cmd: string, output: (chunk: string, type: 'stdout' | 'stderr') => void): Promise; }