import { Animated } from 'react-native'; export declare function formatTime(seconds: number): string; export declare function timeFromLocationX(locationX: number, trackWidth: number, durationSeconds: number): number; export declare function useExpandableTrackHeight(trackBarHeight: number, trackBarHeightPressed: number, trackBarAnimMs: number): { animatedStyle: { height: Animated.Value; borderRadius: Animated.AnimatedDivision; }; expand: () => void; collapse: () => void; }; export declare function useBufferingSweep(isBuffering: boolean, trackWidth: number, sweepWidthRatio: number, sweepDurationMs: number): { width: number; transform: { translateX: Animated.Interpolation; }[]; }; //# sourceMappingURL=audioControlUtils.d.ts.map