import type { RuntimePlugin } from '@ice/runtime/types'; import { useLocale, withLocale } from './i18n/runtime'; export declare const runtime: RuntimePlugin; export { useLocale, withLocale }; export default runtime;