export function determine(usingIntl?: boolean): {
    name(): string;
};

export as namespace jstz;
