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