/** * Google Cloud Billing API * * Allows developers to manage billing for their Google Cloud Platform projects * programmatically. * * @example * const google = require('googleapis'); * const cloudbilling = google.cloudbilling('v1'); * * @namespace cloudbilling * @type {Function} * @version v1 * @variation v1 * @param {object=} options Options for Cloudbilling */ declare function Cloudbilling(options: any): void; export = Cloudbilling;