export declare type ErrorName = 'MISSING' | 'SHOULD_BE_DEPENDENCY' | 'SHOULD_BE_DEV_DEPENDENCY' | 'UNUSED' | 'SHOULD_BE_PEER_DEPENDENCY_ONLY'; export declare type ErrorName2Numer = { [k in ErrorName]: number; }; declare const _default: ErrorName2Numer; export default _default; //# sourceMappingURL=errors.d.ts.map