declare const thaiTime: (date: Date, options?: { format: string; }) => string; export default thaiTime;