UNPKG

googleapis

Version:
11 lines (10 loc) 404 B
/*! THIS FILE IS AUTO-GENERATED */ import { AuthPlus } from 'googleapis-common'; import { translate_v2 } from './v2'; export declare const VERSIONS: { v2: typeof translate_v2.Translate; }; export declare function translate(version: 'v2'): translate_v2.Translate; export declare function translate(options: translate_v2.Options): translate_v2.Translate; declare const auth: AuthPlus; export { auth };