typeincludeFilter=(id: string)=>boolean;exportinterfaceOptions{
locales: string[];// i18n locale listdts?: string;// .d.ts file position, should include in tsconfig.json's include option; default i18n.d.stsroot?: string;// default cwd()include?: FilterPattern|includeFilter;// filterexclude?: FilterPattern;localeFileWarn?: boolean;// show warn info when locale config path does not exist, default: truegetLocaleFs?: (locale: string)=>string;// get the locale config based on the locale value in localesgenImportName?: (locale: string)=>string;// generate the import name of locale config file based on the locale value in locales}