index.d.ts
564 Bytes
/*! THIS FILE IS AUTO-GENERATED */
import { AuthPlus } from 'googleapis-common';
import { serviceconsumermanagement_v1 } from './v1';
export declare const VERSIONS: {
v1: typeof serviceconsumermanagement_v1.Serviceconsumermanagement;
};
export declare function serviceconsumermanagement(version: 'v1'): serviceconsumermanagement_v1.Serviceconsumermanagement;
export declare function serviceconsumermanagement(options: serviceconsumermanagement_v1.Options): serviceconsumermanagement_v1.Serviceconsumermanagement;
declare const auth: AuthPlus;
export { auth };