export declare const MenusRoutes: { show: string; get: (categoryId: string) => string; create: string; update: (categoryId: string) => string; };