declare function hasPlugin(plugins: any, pluginName: string): boolean; declare function getFishxComponentType(root: string): "antd" | "antd5" | "fdx" | "fishx-mobile-v2" | "fdx4" | "mobile" | "cylon-mobile" | "antdMobile" | "default"; declare function getFishxConfig(): any; declare function getPkgJSON(): any; declare function getAntdFeatureVersion(root: string): { isAntd5: any; appComponentAvailable: any; appConfigAvailable: any; antdVersion: any; }; declare function getAntdMobileFeatureVersion(root: string): { isAntdMobile5: any; frLocaletAvailable: any; }; export { hasPlugin, getFishxComponentType, getFishxConfig, getPkgJSON, getAntdFeatureVersion, getAntdMobileFeatureVersion, };