export declare function outdated(pkg?: string, { major, patch }?: { major?: boolean; patch?: boolean; }): Promise;