import { Menu } from '.'; export interface Params { restaurantId: number; } export declare const fetch: ({ restaurantId }: Params) => Promise