export function rangeToCumulative(allocationSetRange: any, aggregateBy: any): {} | null; export function cumulativeToTotals(allocationSet: any): { name: string; cpuCost: number; gpuCost: number; ramCost: number; pvCost: number; networkCost: number; sharedCost: number; externalCost: number; totalCost: number; cpuEfficiency: number; ramEfficiency: number; totalEfficiency: number; }; export function toVerboseTimeRange(window: any): string; export function bytesToString(bytes: any): string; export function toCurrency(amount: any, currency: any, precision: any): string; export function checkCustomWindow(window: any): boolean; declare namespace _default { export { rangeToCumulative }; export { cumulativeToTotals }; export { toVerboseTimeRange }; export { bytesToString }; export { toCurrency }; export { checkCustomWindow }; } export default _default;