import { MatcherType } from "../../types/rule.js";
export declare const OBJSTR_STRINGS: [string, {
    match: MatcherType.String;
}[]];
export declare const OBJSTR_OBJECT_KEYS: [string, {
    match: MatcherType.ObjectKey;
}[]];
/** @see https://github.com/lukeed/obj-str */
export declare const OBJSTR: [string, {
    match: MatcherType.ObjectKey;
}[]][];
//# sourceMappingURL=objstr.d.ts.map