import type { RuntimePlugin } from '@ice/runtime/types'; export declare const i18nRuntime: RuntimePlugin; export declare function useLocale(): string; export declare function withLocale(): string;