import { TrackerPublicApi } from "./types"; declare global { interface Window { FlashlogBugTracker?: TrackerPublicApi; Tracker?: TrackerPublicApi; } } declare const tracker: TrackerPublicApi; export default tracker;