getAllDetectedFeatureNames() functionReturn all the detected features names in the abiSignature:export declare function getAllDetectedFeatureNames(abi: Abi): string[];ParametersParameterTypeDescriptionabiAbiparsed array of abi entriesReturns:string[]array of all detected features names