export declare function execNpmView(currentVersion: string): Promise<{
    latestVersion: string;
    deprecated: any;
}>;
