import { IModule, INpmInfo } from '../types';
export declare function info(pkg: IModule | IModule[]): Promise<INpmInfo[]>;
