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