declare const trim: (str: string) => string; declare const formatDateTime: (time: number | string) => string; export { trim, formatDateTime };