export function log(color?: string, msg?: string): void;
export const logError: (msg?: string | undefined) => void;
export function getRealPathAsFileUrl(path: any): Promise<string>;
export function getCompileFiles(tscBinPath: any, wd?: string): string[];
