export declare type Pkg = { version: string; name: string; }; export declare const getCurrentPkg: (name: string) => Promise;