import { MatcherType } from "../../types/rule.js";
export declare const CLB_BASE_VALUES: [string, {
    match: MatcherType.ObjectValue;
    pathPattern: string;
}[]];
export declare const CLB_VARIANT_VALUES: [string, {
    match: MatcherType.ObjectValue;
    pathPattern: string;
}[]];
export declare const CLB_COMPOUND_VARIANTS_CLASSES: [string, {
    match: MatcherType.ObjectValue;
    pathPattern: string;
}[]];
/** @see https://github.com/crswll/clb */
export declare const CLB: [string, {
    match: MatcherType.ObjectValue;
    pathPattern: string;
}[]][];
//# sourceMappingURL=clb.d.ts.map