import type { ExportFormat } from './ExportFormat';
/**
 * Utility: add UTM parameters to a URL for tracking
 *
 * @private utility of `<Chat/>` component
 */
export declare function addUtmParamsToUrl(baseUrl: string, format: ExportFormat): string;
