import { Tracker } from '../types'; declare const trackerMatches: (tracker: Tracker, id: string) => boolean; export default trackerMatches;