export declare const checkVersion: () => Promise<void>;
export declare const existNpm: (packageName: string) => Promise<string>;
export declare const npmInstall: (packageName: string) => Promise<void>;
