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