import type { Rule } from "../types.js"; declare function isGuideFilename(name: string): boolean; declare function isAllowlisted(repoRoot: string): boolean; declare function hasMigrationGuide(repoRoot: string): boolean; export declare const rule: Rule; export declare const _internal: { isGuideFilename: typeof isGuideFilename; hasMigrationGuide: typeof hasMigrationGuide; isAllowlisted: typeof isAllowlisted; DISABLE_DIRECTIVE: string; }; export {};