import { AudioPlayerTimeFormatFn } from './types'; export declare const calculateTime: (secs: number) => string; export declare const formatFunction: AudioPlayerTimeFormatFn; //# sourceMappingURL=utils.d.ts.map