import type { Device, Feature } from './types.js'; export declare function isReadOnlyCategory(category: string): boolean; export declare function isSupportedFeature(feature: Feature): boolean; export declare function isDiscoverableFeature(feature: Feature): boolean; export declare function isSupportedDevice(device: Device): boolean;