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