import { MatcherType } from "../../types/rule.js";
export declare const CC_STRINGS: [string, {
    match: MatcherType.String;
}[]];
export declare const CC_OBJECT_KEYS: [string, {
    match: MatcherType.ObjectKey;
}[]];
/** @see https://github.com/jorgebucaran/classcat */
export declare const CC: ([string, {
    match: MatcherType.String;
}[]] | [string, {
    match: MatcherType.ObjectKey;
}[]])[];
//# sourceMappingURL=cc.d.ts.map