/** * Cloud IoT API * * Registers and manages IoT (Internet of Things) devices that connect to the * Google Cloud Platform. * * @example * const google = require('googleapis'); * const cloudiot = google.cloudiot('v1'); * * @namespace cloudiot * @type {Function} * @version v1 * @variation v1 * @param {object=} options Options for Cloudiot */ declare function Cloudiot(options: any): void; export = Cloudiot;