export declare type FormatTimeConfig = { template?: string; }; export declare function formatTime(time?: number | string, format?: string, timeFormat?: string, template?: string): Error | string;