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