import { default as dayjs } from 'dayjs/esm'; import { I18n } from '../../vue-i18n/dist/vue-i18n.runtime.esm-bundler.js'; declare let i18n: I18n | null; declare const setupI18n: () => I18n<{}, {}, {}, string, boolean>; declare const setupI18nWithExistingInstance: (newI18n: I18n) => I18n<{}, {}, {}, string, boolean>; export declare function getLocalizedUrl(path: string): string; export { dayjs, i18n, setupI18n, setupI18nWithExistingInstance }; //# sourceMappingURL=i18n.d.ts.map