import { MatcherType, SelectorKind } from "../../types/rule.js"; export declare const CTL_STRINGS: { kind: SelectorKind.Callee; match: { type: MatcherType.String; }[]; name: string; }; /** @see https://github.com/netlify/classnames-template-literals */ export declare const CTL: { kind: SelectorKind.Callee; match: { type: MatcherType.String; }[]; name: string; }[]; //# sourceMappingURL=ctl.d.ts.map