export declare let stringOperators: { label: string; value: string; }[]; export declare let basicOperators: { label: string; value: string; }[]; export declare let taxonomyTermOperators: { label: string; value: string; }[]; export declare let comparisonOperator: { label: string; value: string; }[]; export declare let allOperators: { label: string; value: string; }[]; export declare const grpHeadingTextArr: string[]; export declare const modules: { label: string; value: string; }[]; export declare const modulesById: { entries: string; assets: string; }; export declare const notPublishedEnvObj: { label: string; value: string; }; export declare const advanceQueryOpts: { label: string; value: string; }[]; export declare const operatorByValue: { $eq: { label: string; value: string; }; contains: { label: string; value: string; }; $ne: { label: string; value: string; }; $lte: { label: string; value: string; }; $gte: { label: string; value: string; }; $regex: { label: string; value: string; }; $lt: { label: string; value: string; }; $gt: { label: string; value: string; }; $exists: { label: string; value: string; }; $in: { label: string; value: string; }; $nin: { label: string; value: string; }; $localization: { label: string; value: string; }; $notLocalization: { label: string; value: string; }; $not: { label: string; value: string; }; }; export declare const usersKey: string[]; export declare const dateKey: string[]; export declare const environmentKey = "_publish_environment"; export declare const contentTypeKey = "_content_type_uid"; export declare const termKey = "taxonomies"; export declare const languageKey = "locale"; export declare const tagKey = "tags"; export declare const fileNameKey = "filename"; export declare const fileSizeKey = "file_size"; export declare const urlKey = "url"; export declare const titleKey = "title"; export declare const assetTypeKey = "_content_type_uid"; export declare const assetTypeV2Key = "_asset_type_v2"; export declare const uidKey = "uid"; export declare const workflowStageKey = "_workflow"; export declare const advSearchTextLabelKey = "search"; export declare const draftKey = "_is_draft"; export declare const commonQueryFormat: { _publish_environment: { key: { label: string; value: string; }[]; operator: any[]; value: any[]; queryType: string; }; _published_at: { key: { label: string; value: string; }[]; operator: any[]; value: any[]; queryType: string; }; _published_by: { key: { label: string; value: string; }[]; operator: any[]; value: any[]; queryType: string; }; updated_at: { key: { label: string; value: string; }[]; operator: any[]; value: any[]; queryType: string; }; updated_by: { key: { label: string; value: string; }[]; operator: any[]; value: any[]; queryType: string; }; created_at: { key: { label: string; value: string; }[]; operator: any[]; value: any[]; queryType: string; }; created_by: { key: { label: string; value: string; }[]; operator: any[]; value: any[]; queryType: string; }; uid: { key: { label: string; value: string; }[]; operator: any[]; value: any[]; queryType: string; }; search: { key: { label: string; value: string; }[]; operator: { label: string; value: string; }[]; value: any[]; queryType: string; }; _is_draft: { key: { label: string; value: string; }[]; operator: any[]; value: any[]; queryType: string; }; };