import { EngineApisType } from '@lingxiteam/types'; export declare const lang: (t: string, tip?: unknown) => any; export declare const useLocale: (localeApis?: EngineApisType) => { lang: import("@lingxiteam/types").LocaleLanguage; getLocale: (t: string, params?: any) => any; };