export declare function validateNpmName(name: string): { valid: boolean; problems?: string[]; }; //# sourceMappingURL=validate-pkg.d.ts.map