export interface InfoOptions { versions?: boolean; } export declare function info(pkgArg: string, options?: InfoOptions): Promise;