import type { WazeDeepLinkOptions, WazeProtocol } from './types'; export declare function wazeUrl(params?: Record, protocol?: WazeProtocol): string; export declare function sharedParams(payload: WazeDeepLinkOptions): { utm_source?: string | undefined; };