import { type WrappedIntl } from '@intlayer/core/formatters'; import type { LocalesValues } from '@intlayer/types/module_augmentation'; /** * Svelte store that provides a locale-bound `Intl` object. */ export declare const useIntl: (locale?: LocalesValues) => import("svelte/store").Readable;