/*! THIS FILE IS AUTO-GENERATED */
import { AuthPlus } from 'googleapis-common';
import { threatintelligence_v1beta } from './v1beta';
export declare const VERSIONS: {
    v1beta: typeof threatintelligence_v1beta.Threatintelligence;
};
export declare function threatintelligence(version: 'v1beta'): threatintelligence_v1beta.Threatintelligence;
export declare function threatintelligence(options: threatintelligence_v1beta.Options): threatintelligence_v1beta.Threatintelligence;
declare const auth: AuthPlus;
export { auth };
export { threatintelligence_v1beta };
export { AuthPlus, GlobalOptions, APIRequestContext, GoogleConfigurable, StreamMethodOptions, MethodOptions, BodyResponseCallback, } from 'googleapis-common';
