import type { KongManagerConfig } from '../types/app-config'; interface Param { gatewayInfo?: KongManagerConfig['gatewayInfo']; supportedRange: { enterprise?: [string?, string?]; community?: [string?, string?]; }; } export default function useGatewayFeatureSupported(param: Param): boolean; export {}; //# sourceMappingURL=useGatewayFeatureSupported.d.ts.map