import type { IntentStatus, IntentWorkflowContext } from './types.js'; export declare function getIntentStatus(context: Pick, 'statusClient'>, intentId: string): Promise; export declare function waitForIntentStatus(context: Pick, 'statusClient' | 'clock'>, intentId: string): Promise; //# sourceMappingURL=status.d.ts.map