import type { ChordAnalyticsOptions, ChordAnalyticsQueue } from '../types/index.js';
export declare const addCdpSnippet: (options: ChordAnalyticsOptions) => void;
export declare const cdpQueue: (namespace: string) => ChordAnalyticsQueue;
