import type { Call } from '../../calls/types.js'; import type { OrchestratorAccount, OrchestratorIntentRequest } from '../../clients/orchestrator/types.js'; import type { IntentInput } from './types.js'; export declare function buildIntentRequest(input: { readonly transaction: IntentInput; readonly account: OrchestratorAccount; readonly calls: readonly Call[]; readonly sourceCalls: Readonly>; readonly providedFunds: Readonly>>>; }): OrchestratorIntentRequest; //# sourceMappingURL=request.d.ts.map