import { Moment } from 'moment';
export declare function formatDate(time: Moment, pattern?: string): string;
