export declare class CouldNotFindLatest extends Error { constructor(semverArray: string[]); report(): string; }