import type { Address } from 'viem'; import type { IntentSplitPort } from '../../clients/orchestrator/port.js'; import type { OrchestratorSplitResult } from '../../clients/orchestrator/types.js'; export declare function splitIntents(client: IntentSplitPort, input: { readonly chainId: number; readonly tokens: Readonly>; readonly settlementLayers?: { readonly include: readonly string[]; } | { readonly exclude: readonly string[]; }; }): Promise; //# sourceMappingURL=split.d.ts.map