export declare const ProductsRoutes: { get: (productId: string) => string; show: string; create: string; update: (productId: string) => string; delete: (productId: string) => string; };