import * as t from '../types';
export declare function info(pkg: t.IModule | t.IModule[], options?: {
    batchSize?: number;
}): Promise<t.INpmInfo[]>;
