declare const $locale: import("svelte/store").Writable; export declare function getPossibleLocales(refLocale: string, fallbackLocale?: string): string[]; export declare function getCurrentLocale(): string; export { $locale };