import { PixelBlock } from '@typebot.io/schemas'; export declare const initPixel: (pixelIds: string[]) => void; export declare const trackPixelEvent: (options: PixelBlock['options']) => void; //# sourceMappingURL=pixel.d.ts.map