import { Moment } from 'moment'; export declare class TimeAdapter { static formatTime(time: string, format?: number): string; static convertTimeToMoment(time: string): Moment; }