export declare const TradesResponsePartialFill: { _links: { self: { href: string; }; next: { href: string; }; prev: { href: string; }; }; _embedded: { records: { _links: { self: { href: string; }; base: { href: string; }; counter: { href: string; }; operation: { href: string; }; }; id: string; paging_token: string; ledger_close_time: string; offer_id: string; base_offer_id: string; base_account: string; base_amount: string; base_asset_type: string; counter_offer_id: string; counter_account: string; counter_amount: string; counter_asset_type: string; counter_asset_code: string; counter_asset_issuer: string; base_is_seller: boolean; price: { n: number; d: number; }; }[]; }; }; export declare const TradesResponseFullFill: { _links: { self: { href: string; }; next: { href: string; }; prev: { href: string; }; }; _embedded: { records: { _links: { self: { href: string; }; base: { href: string; }; counter: { href: string; }; operation: { href: string; }; }; id: string; paging_token: string; ledger_close_time: string; offer_id: string; base_offer_id: string; base_account: string; base_amount: string; base_asset_type: string; counter_offer_id: string; counter_account: string; counter_amount: string; counter_asset_type: string; counter_asset_code: string; counter_asset_issuer: string; base_is_seller: boolean; price: { n: number; d: number; }; }[]; }; };