import { TimeFormat } from './speed-test-info.types.js'; export declare const formatDuration: (duration: number, format: TimeFormat) => string;