/opt/canhelp/node_modules/googleapis/build/src/apis/businessprofileperformance
Edit: /opt/canhelp/node_modules/googleapis/build/src/apis/businessprofileperformance/index.d.ts (775B)
/*! THIS FILE IS AUTO-GENERATED */
import { AuthPlus } from 'googleapis-common';
import { businessprofileperformance_v1 } from './v1';
export declare const VERSIONS: {
v1: typeof businessprofileperformance_v1.Businessprofileperformance;
};
export declare function businessprofileperformance(version: 'v1'): businessprofileperformance_v1.Businessprofileperformance;
export declare function businessprofileperformance(options: businessprofileperformance_v1.Options): businessprofileperformance_v1.Businessprofileperformance;
declare const auth: AuthPlus;
export { auth };
export { businessprofileperformance_v1 };
export { AuthPlus, GlobalOptions, APIRequestContext, GoogleConfigurable, StreamMethodOptions, MethodOptions, BodyResponseCallback, } from 'googleapis-common';