export { DiscountArgs } from "./discount";
export type Discount = import("./discount").Discount;
export declare const Discount: typeof import("./discount").Discount;
export { GetDiscountArgs, GetDiscountResult, GetDiscountOutputArgs } from "./getDiscount";
export declare const getDiscount: typeof import("./getDiscount").getDiscount;
export declare const getDiscountOutput: typeof import("./getDiscount").getDiscountOutput;
export * from "../types/enums/billingbenefits";
