import type { FormatTimeOptions } from './types';
export declare const formatTime: (value: string, options?: FormatTimeOptions) => string;
