export declare class Utils { static isRelative(file: string): boolean; static getNodeModulesPath(file: string): Promise; }