export interface NPMCache { readonly version: string; readonly date: number; } export declare const npmCheck: (pkg: string, cachePath: string, timeout: number, checkDelaySec: number) => Promise;