import * as v1 from './v1';
import * as v1beta1 from './v1beta1';
declare const RecaptchaEnterpriseServiceClient: typeof v1.RecaptchaEnterpriseServiceClient;
type RecaptchaEnterpriseServiceClient = v1.RecaptchaEnterpriseServiceClient;
export { v1, v1beta1, RecaptchaEnterpriseServiceClient };
declare const _default: {
    v1: typeof v1;
    v1beta1: typeof v1beta1;
    RecaptchaEnterpriseServiceClient: typeof v1.RecaptchaEnterpriseServiceClient;
};
export default _default;
import * as protos from '../protos/protos';
export { protos };
