import { EnterprisePropertyDefinition } from "@omnia/fx-models"; export declare class OmniaSearchQueryUtils { static camelize(str: string): string; static getKeywordValue(objectValue: any): any; static getPropertyName(propertyName: string, isDisplay: boolean, enterpriseProperties: Array, querableProperties: Array, checkIsValid?: boolean): string; static getPropertyValue(objectValue: any, propertyName: string, enterpriseProperties: Array): any; private static isDateTimeStampProperty; private static camelizeAZFilteringProperty; }