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