import type { Writable } from 'svelte/store';
import type { I18n } from './Types';
declare const i18n: Writable<I18n>;
export default i18n;
