export { GetConsumptionsArgs, GetConsumptionsResult, GetConsumptionsOutputArgs } from "./getConsumptions";
export declare const getConsumptions: typeof import("./getConsumptions").getConsumptions;
export declare const getConsumptionsOutput: typeof import("./getConsumptions").getConsumptionsOutput;
export { GetInvoicesArgs, GetInvoicesResult, GetInvoicesOutputArgs } from "./getInvoices";
export declare const getInvoices: typeof import("./getInvoices").getInvoices;
export declare const getInvoicesOutput: typeof import("./getInvoices").getInvoicesOutput;
