export declare const humanFileSize: (bytes: any, si?: boolean, dp?: number) => string; export declare const getNodeModulesDirectory: () => string; export declare const isInstalledGlobally: () => boolean;