import type { OrchestratorIntentRequest, OrchestratorIntentStatus, OrchestratorPortfolio, OrchestratorQuoteResponse, OrchestratorSignedIntent, OrchestratorSplitRequest, OrchestratorSplitResult } from './types.js'; export declare function mapIntentRequestToWire(input: OrchestratorIntentRequest): unknown; export declare function mapQuoteResponseFromWire(value: unknown): OrchestratorQuoteResponse; export declare function mapSignedIntentToWire(input: OrchestratorSignedIntent): unknown; export declare function mapIntentStatusFromWire(intentId: string, value: unknown): OrchestratorIntentStatus; export declare function mapPortfolioFromWire(value: unknown): OrchestratorPortfolio; export declare function mapSplitRequestToWire(input: OrchestratorSplitRequest): unknown; export declare function mapSplitResultFromWire(value: unknown): OrchestratorSplitResult; //# sourceMappingURL=mappers.d.ts.map