export declare const useIOTEndpoint: () => Promise; import { Events } from "./bus.js"; export declare const useIOT: () => Promise<{ prefix: string; publish(topic: string, type: Type, properties: Events[Type]): Promise; }>; export declare const isSupported: () => boolean;