export declare function useI18n(): { t: (key: string) => string; te: (key: string) => boolean; };