import { API } from "@orderly.network/types"; import { SortDirection } from "./shared/types"; export declare const sortFunc: { vol: (direction: SortDirection) => (a: API.MarketInfoExt, b: API.MarketInfoExt) => number; price: (direction: SortDirection) => (a: API.MarketInfoExt, b: API.MarketInfoExt) => number; change: (direction: SortDirection) => (a: API.MarketInfoExt, b: API.MarketInfoExt) => number; }; //# sourceMappingURL=utils.d.ts.map