export default function getTimeZone(opts?: {
    locale?: string;
}): Promise<string>;
