import allProtos, { protos } from "google-ads-node";
export declare const VERSION: "v19";
export import common = protos.google.ads.googleads.v19.common;
export import errors = protos.google.ads.googleads.v19.errors;
export import resources = protos.google.ads.googleads.v19.resources;
export import services = protos.google.ads.googleads.v19.services;
export import internalEnums = protos.google.ads.googleads.v19.enums;
export { enums } from "./autogen/enums";
export { fields, fieldDataTypes } from "./autogen/fields";
export { GoogleAdsServiceClient } from "google-ads-node";
export type AllServices = Omit<typeof allProtos, typeof VERSION>;
export type ServiceName = keyof Omit<typeof allProtos, typeof VERSION>;
export import protobuf = protos.google.protobuf;
export import longrunning = protos.google.longrunning;
