export declare const inSelect: { group: string; queryType: string; type: string; options: any[]; }; export declare const numberLabel: { group: string; queryType: string; type: string; options: any[]; }; export declare const booleanLabel: { group: string; queryType: string; type: string; options: any[]; }; export declare const inBoolean: { group: string; queryType: string; type: string; options: { label: string; value: string; }[]; }; export declare const fileLabel: { group: string; queryType: string; type: string; options: any[]; }; export declare const inFile: { group: string; queryType: string; type: string; options: any[]; }; export declare const linkLabel: { group: string; queryType: string; type: string; options: any[]; }; export declare const referenceLabel: { group: string; queryType: string; type: string; options: any[]; }; export declare const inReference: { group: string; queryType: string; type: string; options: any[]; }; export declare const getCtUserDefinedFields: (schema: any[], userDefinedFields: any, parentUid: any, parentDisplayName: any) => any; export declare let allFieldsExceptUserDefined: string[]; export declare const advance_query_errors: { no_conditions: string; no_cursor_found: string; userdef_field_multiCt_error: string; userdef_field_noCt_error: string; }; export declare const updateSelectedContentTypeStatus: ({ queryObject, parentQueryObject, type }: any) => string;