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