import { Tracker } from './../../trackerRegistry'; declare global { interface Window { dataLayer: any[]; } } export declare const gtmTracker: ({ containerId, currency, useArticleNumberAsId, brandCustomField }: { containerId: string; currency: string; brandCustomField?: string; useArticleNumberAsId?: boolean; }) => Tracker;