declare class Gtm { static instance: Gtm; containerId?: string; private constructor(); static clearDataLayer(): void; static getInitialQuery(): string; static init(containerId: string): Gtm; send(event: string, data: Record, eventTimeout?: number): Promise; } export { Gtm }; //# sourceMappingURL=Gtm.d.ts.map