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