import { type LightconeHttp } from "../../http"; import type { TradesPage } from "./index"; interface ClientContext { http: LightconeHttp; } export declare class Trades { private readonly client; constructor(client: ClientContext); get(orderbookId: string, limit?: number, cursor?: number): Promise; getByMarket(marketPubkey: string, limit?: number, cursor?: number): Promise; } export {}; //# sourceMappingURL=client.d.ts.map