interface GetBillingReportArgs { offset?: number; environment?: string; } export declare function handleGetBillingReport(args: GetBillingReportArgs): Promise; export declare function handleGetHostsBillingReport(args: GetBillingReportArgs): Promise; export {};