/** * An enum specifying the different types of search that can be conducted * through the SearchService. */ export declare enum SearchType { DEFAULT = 0, METADATA = 1, FULLTEXT = 2, TV = 3, RADIO = 4, FEDERATED = 5 }