import { MatcherType } from "../../types/rule.js";
export declare const CN_STRINGS: [string, {
    match: MatcherType.String;
}[]];
export declare const CN_OBJECT_KEYS: [string, {
    match: MatcherType.ObjectKey;
}[]];
/** @see https://ui.shadcn.com/docs/installation/manual */
export declare const CN: ([string, {
    match: MatcherType.String;
}[]] | [string, {
    match: MatcherType.ObjectKey;
}[]])[];
//# sourceMappingURL=cn.d.ts.map