declare module 'webpack-theme-color-replacer/client' declare module 'lodash.clonedeep' declare interface MixNuxtOptions { theme?: Record, nuxtStyleResources?: object, useI18n?: boolean , // 是否使用国际化 [key:string] : any }