/** * Cloud Resource Manager API * * The Google Cloud Resource Manager API provides methods for creating, reading, * and updating project metadata. * * @example * const google = require('googleapis'); * const cloudresourcemanager = google.cloudresourcemanager('v1'); * * @namespace cloudresourcemanager * @type {Function} * @version v1 * @variation v1 * @param {object=} options Options for Cloudresourcemanager */ declare function Cloudresourcemanager(options: any): void; export = Cloudresourcemanager;