export { DeviceArgs, DeviceState } from "./device"; export type Device = import("./device").Device; export declare const Device: typeof import("./device").Device; export { GetDeviceArgs, GetDeviceResult, GetDeviceOutputArgs } from "./getDevice"; export declare const getDevice: typeof import("./getDevice").getDevice; export declare const getDeviceOutput: typeof import("./getDevice").getDeviceOutput;