import { TrackReferenceOrPlaceholder } from '@livekit/components-core'; /** * @internal * @deprecated this is an internal hook that's only used by deprecated APIs */ export declare function useTrackSyncTime(ref: TrackReferenceOrPlaceholder | undefined): { timestamp: number; rtpTimestamp: number | undefined; }; //# sourceMappingURL=useTrackSyncTime.d.ts.map