import type { PagingInfo } from './PagingInfo'; import type { RoutesAPIOrder } from './RoutesAPIOrder'; export declare type RoutesAPIOrderResponse = { items: Array; paging?: PagingInfo; };