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