export declare const searchCaseTypes: (apiCallData: APICallData, oDataQuery: string, includePropertySets?: string | undefined, includeRelated?: string | undefined, includeCancelled?: boolean | undefined) => Promise<IDataApiResult<CaseType[]>>;
