declare const getUtm: () => { utm_source: string; utm_medium: string; utm_campaign: string; utm_term: string; } | undefined; export default getUtm;