export { BudgetArgs } from "./budget"; export type Budget = import("./budget").Budget; export declare const Budget: typeof import("./budget").Budget; export { GetBudgetArgs, GetBudgetResult, GetBudgetOutputArgs } from "./getBudget"; export declare const getBudget: typeof import("./getBudget").getBudget; export declare const getBudgetOutput: typeof import("./getBudget").getBudgetOutput; export * from "../../types/enums/billingbudgets/v1beta1";