import { AwsIotHomebridgePlatform } from "../platform"; import { Homebridge, Thing } from "../types"; import { Accessory, Nullable } from "hap-nodejs"; export declare const createThingGroup: (platform: AwsIotHomebridgePlatform, groupName: string) => Promise; export declare const createThingType: (platform: AwsIotHomebridgePlatform, type: string) => Promise; export declare const createOrUpdateThings: (platform: AwsIotHomebridgePlatform, bridge: Homebridge, accessory: Accessory) => Promise>; export declare const getThingId: (platform: AwsIotHomebridgePlatform, homebridgeId: string, accessoryId: Nullable) => string; export declare const updateThingShadow: (platform: AwsIotHomebridgePlatform, thingId: string, capabilityValues: Map) => Promise; export declare const addThingToGroup: (platform: AwsIotHomebridgePlatform, thingId: string, groupName: string) => Promise; //# sourceMappingURL=iotUtil.d.ts.map