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