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