import type { TSESLint } from "@typescript-eslint/utils"; import { ESLintUtils } from "@typescript-eslint/utils"; type SdlRuleDocs = TSESLint.RuleMetaDataDocs & { recommended: boolean; }; /** Shared SDL rule helper that injects canonical docs URLs. */ declare const ruleCreatorFactory: ReturnType>; /** Shared SDL rule helper that injects canonical docs URLs. */ export declare const createRule: typeof ruleCreatorFactory; export {}; //# sourceMappingURL=create-rule.d.ts.map