index.d.ts 636 Bytes
/*! THIS FILE IS AUTO-GENERATED */
import { AuthPlus } from 'googleapis-common';
import { cloudbilling_v1 } from './v1';
export declare const VERSIONS: {
    v1: typeof cloudbilling_v1.Cloudbilling;
};
export declare function cloudbilling(version: 'v1'): cloudbilling_v1.Cloudbilling;
export declare function cloudbilling(options: cloudbilling_v1.Options): cloudbilling_v1.Cloudbilling;
declare const auth: AuthPlus;
export { auth };
export { cloudbilling_v1 };
export { AuthPlus, GlobalOptions, APIRequestContext, GoogleConfigurable, StreamMethodOptions, GaxiosPromise, MethodOptions, BodyResponseCallback, } from 'googleapis-common';