export declare const OrdersRoutes: { show: string; get: (orderId: string) => string; create: string; close: (orderId: string) => string; fulfill: (orderId: string) => string; pay: (orderId: string) => string; };