export default function attrSelectorParser(selector: any): {
    key: string;
    operator: string;
    value: string;
    insensitive: boolean;
};
