/** Device action */
export interface AvailableDeviceAction {
    /** Description of the action */
    description: string;
    /** Name of the action */
    name: string;
}
//# sourceMappingURL=AvailableDeviceAction.d.ts.map