import type { IntentWorkflowContext, SignedIntent, SubmittedIntent } from './types.js'; export declare function submitIntent(context: IntentWorkflowContext, signed: SignedIntent): Promise; //# sourceMappingURL=submit.d.ts.map