declare class Ttq { static instance: Ttq; static getTtq(): any; static init(pixelId: string): void; static page(): void; track(event: string, data?: Record): void; } export { Ttq }; //# sourceMappingURL=Ttq.d.ts.map