import type { Place } from '../types/database.js';
/**
 * Get detailed information about a specific restaurant (실제 ttbkk-web usePlaceDetail 기반)
 * @param restaurantId - Unique identifier of the restaurant
 * @returns Detailed restaurant information
 */
export declare function getRestaurantDetails(restaurantId: string): Promise<Place>;
//# sourceMappingURL=restaurant-details.d.ts.map