import { TimeInput } from '../types/types';
export declare function formatTime(input: TimeInput): string;
