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