import type { ActionAttemptsGetResponse } from '@seamapi/http'; export declare const interactForActionAttemptPoll: (actionAttempt: ActionAttemptsGetResponse["action_attempt"]) => Promise;