/opt/canhelp/node_modules/googleapis/build/src/apis/hypercomputecluster
Edit: /opt/canhelp/node_modules/googleapis/build/src/apis/hypercomputecluster/index.d.ts (698B)
/*! THIS FILE IS AUTO-GENERATED */
import { AuthPlus } from 'googleapis-common';
import { hypercomputecluster_v1 } from './v1';
export declare const VERSIONS: {
v1: typeof hypercomputecluster_v1.Hypercomputecluster;
};
export declare function hypercomputecluster(version: 'v1'): hypercomputecluster_v1.Hypercomputecluster;
export declare function hypercomputecluster(options: hypercomputecluster_v1.Options): hypercomputecluster_v1.Hypercomputecluster;
declare const auth: AuthPlus;
export { auth };
export { hypercomputecluster_v1 };
export { AuthPlus, GlobalOptions, APIRequestContext, GoogleConfigurable, StreamMethodOptions, MethodOptions, BodyResponseCallback, } from 'googleapis-common';