import type { operations } from './wire.gen.js'; type JsonResponse = NonNullable; type Folded = Body & { readonly traceId?: string; }; export type WireQuoteResponse = Folded>; export type WireQuote = WireQuoteResponse['routes'][number]; export type WirePortfolioResponse = Folded>; export type WireIntentStatusResponse = Folded>; export type WireSplitResponse = Folded>; export type WireChainsResponse = JsonResponse<'listChains'>; export {}; //# sourceMappingURL=wire.d.ts.map