import type { SigningContext } from '../../signing/context.js'; import type { IntentSigningPlanCreationInput } from '../../signing/intent-plans/types.js'; import type { SignerInvocationPort } from '../../signing/types.js'; import type { PreparedIntent } from './types.js'; export declare function createIntentSessionSignerInvoker(prepared: PreparedIntent, fallback: SignerInvocationPort): SignerInvocationPort; export declare function buildSessionIntentPlanInput(prepared: PreparedIntent, context: SigningContext): IntentSigningPlanCreationInput; //# sourceMappingURL=session-signing.d.ts.map