export type FormatContext = { locale: string; timezone: string; }; /** The `{ locale, timezone }` pair every `formatValue` call needs. */ export declare function useFormatContext(): FormatContext;