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