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