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