import { n as Severity, t as LintIssue } from "./lint-issue.js"; import { PackageJson } from "type-fest"; //#region src/rules/name-format.d.ts declare const ruleType = RuleType.Standard; declare const lint: (packageJsonData: PackageJson | any, severity: Severity) => LintIssue | null; //#endregion export { lint, ruleType }; //# sourceMappingURL=name-format.d.ts.map