import type { RxDatabase } from '../../types';
/**
 * Adds an iframe to track the results of marketing efforts.
 */
export declare function addDevModeTrackingIframe(db: RxDatabase): Promise<void>;
