import { MatcherType } from "../../types/rule.js";
export declare const DCNB_STRINGS: [string, {
    match: MatcherType.String;
}[]];
export declare const DCNB_OBJECT_KEYS: [string, {
    match: MatcherType.ObjectKey;
}[]];
/** @see https://github.com/xobotyi/cnbuilder */
export declare const DCNB: ([string, {
    match: MatcherType.String;
}[]] | [string, {
    match: MatcherType.ObjectKey;
}[]])[];
//# sourceMappingURL=dcnb.d.ts.map