index.d.ts 344 Bytes
/*! THIS FILE IS AUTO-GENERATED */
import { AuthPlus } from 'googleapis-common';
import { dlp_v2 } from './v2';
export declare const VERSIONS: {
    v2: typeof dlp_v2.Dlp;
};
export declare function dlp(version: 'v2'): dlp_v2.Dlp;
export declare function dlp(options: dlp_v2.Options): dlp_v2.Dlp;
declare const auth: AuthPlus;
export { auth };