/** * Formats a time from 24 hour format into 12 hour with meridian. * * This function assumes time in 24 hour format as input eg (13:45). * * @returns {string} - The formatted time string, eg 1:45pm. */ export default function formatTime12Hour(time: string): string; //# sourceMappingURL=format-time-12-hour.d.ts.map