/**
 * Canonical Google-Maps link for a restaurant. Prefers the configured
 * place id (lands on the actual business listing, like a shared maps
 * short-link) and falls back to an address search.
 */
export declare function buildMapsUrl(googlePlaceId?: string, address?: string): string | undefined;
