import type { GoogleMapsDisplayMap, GoogleMapsView } from './types'; export declare function googleMapsUrl(params?: Record): string; export declare function displayMapParams(payload: GoogleMapsDisplayMap): { center: string | undefined; zoom: number | undefined; mapmode: import("./types").GoogleMapsMapMode | undefined; views: string | readonly GoogleMapsView[] | undefined; };