import type { DeclaredLocales, DictionaryKeys, DictionaryRegistryResult, DictionarySelectorForKey, ExtractSelectorLocale, LocalesValues } from '@intlayer/types/module_augmentation'; import { type DeepTransformContent } from './plugins'; /** * Get dictionary content by key for Svelte applications. * * The second argument is either a locale or a selector object (`{ item }`, * `{ variant }`, optionally combined with `locale`). * * @param key The dictionary key to retrieve * @param localeOrSelector The target locale or selector (optional) * @returns Transformed dictionary content optimized for Svelte */ export declare const getIntlayer: = DeclaredLocales>(key: T, localeOrSelector?: A) => DeepTransformContent, ExtractSelectorLocale>;