import type { JobResult } from './internalTypes.js';
export declare function pollJobResult(fetcher: () => Promise<JobResult>): Promise<JobResult>;
