import { Except } from 'type-fest';
import { Options } from './utils/get-time-zone.js';
declare const _default: ({ key, prefersLong, locale, fetcher }: Except<Options, 'location'>) => (expression: string) => Promise<string>;
export default _default;
