import { d as TaskResponse, P as PollingOptions } from './types-ClO2hfPY.mjs'; declare function pollUntilComplete(fetcher: () => Promise, options?: PollingOptions): Promise; export { pollUntilComplete };