import enUS from "./locales/en-US.json"; export type AppMessagesSchema = typeof enUS; export declare const i18nMessages: { "en-US": { admin: { title: string; }; }; "zh-CN": { admin: { title: string; }; }; }; export declare const FmApp: any; export { routers } from "@/router/shared";