UNPKG

googleapis

Version:
11 lines (10 loc) 442 B
/*! THIS FILE IS AUTO-GENERATED */ import { AuthPlus } from 'googleapis-common'; import { adsensehost_v4_1 } from './v4.1'; export declare const VERSIONS: { 'v4.1': typeof adsensehost_v4_1.Adsensehost; }; export declare function adsensehost(version: 'v4.1'): adsensehost_v4_1.Adsensehost; export declare function adsensehost(options: adsensehost_v4_1.Options): adsensehost_v4_1.Adsensehost; declare const auth: AuthPlus; export { auth };