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