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