import type { IntentInput, IntentWorkflowContext, SubmittedIntent } from './types.js'; export declare function sendIntent(context: IntentWorkflowContext, input: IntentInput): Promise; //# sourceMappingURL=send.d.ts.map