import { Config, ConfigCategoryInfo } from '../types'; declare const getTrackerCategory: (trackerId: string, config: Config) => ConfigCategoryInfo | undefined; export default getTrackerCategory;