import { RelationshipWhereOperator, WhereOperator } from "./types"; export declare const comparisonMap: Record, string>; export declare const whereRegEx: RegExp; export declare type WhereRegexGroups = { fieldName: string; isAggregate?: string; operator?: WhereOperator; }; declare type ListPredicate = "ALL" | "NONE" | "SINGLE" | "ANY"; export declare const getListPredicate: (operator?: WhereOperator | undefined) => ListPredicate; export {}; //# sourceMappingURL=utils.d.ts.map