import { RequestParams } from '../../util/request'; import { BillingControllerFindAllParams, BillingControllerGetExpenseByDayParams, BillingControllerGetExpenseParams, CalculatePriceDto } from './data-contracts'; export declare function billingControllerFindAll(query: BillingControllerFindAllParams, configParams?: RequestParams): Promise; export declare function billingControllerGetExpense(query: BillingControllerGetExpenseParams, configParams?: RequestParams): Promise; export declare function billingControllerGetExpenseByDay(query: BillingControllerGetExpenseByDayParams, configParams?: RequestParams): Promise; export declare function resourceControllerCalculatePrice(data: CalculatePriceDto, configParams?: RequestParams): Promise; export declare function resourceControllerGetResourceOptions(configParams?: RequestParams): Promise; export declare function resourceControllerGetResourceOptionsByRegionId(regionId: string, configParams?: RequestParams): Promise; export declare function resourceControllerGetResourceBundles(configParams?: RequestParams): Promise; //# sourceMappingURL=billing.d.ts.map