import { n as Severity } from "./lint-issue.js";
import { t as LintResult } from "./lint-result.js";
import { PackageJson } from "type-fest";

//#region src/rules/description-format.d.ts
declare const ruleType = RuleType.Object;
declare const lint: (packageJsonData: PackageJson | any, severity: Severity, config: Record<string, boolean>) => LintResult;
//#endregion
export { lint, ruleType };
//# sourceMappingURL=description-format.d.ts.map