import { WhereOperator } from '../../../../types/src';
export declare const WHERE_OPERATOR_DESCRIPTIONS: Record<WhereOperator, (entity: string, property: string) => string>;
