import { SemVer } from 'semver'; export declare const _package: any; export declare function getAssetFile(assetName: string): string; export declare const npmExePath: string; export declare const depinderFolder: string; export declare const depinderTempFolder: string; export declare function getHomeDir(): string; export declare function walkDir(dir: string): string[]; export declare function delay(ms: number): Promise; export declare function getPackageSemver(version: string): SemVer | null;