export declare const BUILDER_UTM_SOURCE = "agent-native"; export declare const BUILDER_UTM_MEDIUM = "product"; export declare const BUILDER_UTM_CAMPAIGN = "onboarding"; export declare function applyBuilderUtmTrackingParams(params: URLSearchParams, options?: { medium?: string; campaign?: string; content?: string | null; }): void; export declare function withBuilderUtmTrackingParams(url: string, options?: { medium?: string; campaign?: string; content?: string | null; }): string; //# sourceMappingURL=builder-link-tracking.d.ts.map