/** * Copyright (c) Double Symmetry GmbH * Commercial use requires a license. See https://rntp.dev/pricing */ import type { Progress } from '../interfaces'; /** * Returns the current playback progress, polling at the given interval. * @param updateInterval Polling interval in seconds (default: 1) */ export declare function useProgress(updateInterval?: number): Progress; //# sourceMappingURL=useProgress.d.ts.map