/**
 * Get local time as ISO string with offset at the end
 * @return {string} - "2019-08-28T22:51:47.845-07:00"
 * via https://www.simoahava.com/analytics/improve-data-collection-with-four-custom-dimensions/
 */
export function localTime(): string;
