import type { Progress } from '../interfaces';
/**
 * Poll for track progress for the given interval (in miliseconds)
 * @param updateInterval - ms interval
 */
export declare function useProgress(updateInterval?: number): Progress;