export { DeviceArgs, DeviceState } from "./device"; export type Device = import("./device").Device; export declare const Device: typeof import("./device").Device; export { DeviceGroupArgs, DeviceGroupState } from "./deviceGroup"; export type DeviceGroup = import("./deviceGroup").DeviceGroup; export declare const DeviceGroup: typeof import("./deviceGroup").DeviceGroup; export { GetDeviceArgs, GetDeviceResult, GetDeviceOutputArgs } from "./getDevice"; export declare const getDevice: typeof import("./getDevice").getDevice; export declare const getDeviceOutput: typeof import("./getDevice").getDeviceOutput; export { GetDeviceGroupArgs, GetDeviceGroupResult, GetDeviceGroupOutputArgs } from "./getDeviceGroup"; export declare const getDeviceGroup: typeof import("./getDeviceGroup").getDeviceGroup; export declare const getDeviceGroupOutput: typeof import("./getDeviceGroup").getDeviceGroupOutput; //# sourceMappingURL=index.d.ts.map