import type { AccountRuntime } from '../../accounts/adapter.js'; import type { EvmChainReference } from '../../chains/types.js'; import type { IntentSigningInput } from '../../signing/intent-plans/types.js'; import type { IntentInput, IntentWorkflowContext, PreparedIntent } from './types.js'; export declare function prepareIntent(context: IntentWorkflowContext, input: IntentInput): Promise>; export declare function buildIntentSigningInput(runtime: AccountRuntime, quote: PreparedIntent['quote'], sessions?: PreparedIntent['resolvedSessions'], destination?: EvmChainReference, ownerValidator?: import('../../modules/validators/types.js').ResolvedValidatorDefinition, selectedSignerIds?: readonly string[]): IntentSigningInput; //# sourceMappingURL=prepare.d.ts.map