/**
 * Formats milliseconds to seconds and appends an "s" if more than one second
 * else returns ms appended to the number
 */
export declare const formatMilliseconds: (ms: number, decimals?: number) => string;
//# sourceMappingURL=format-milliseconds.d.ts.map