import { GetCostAndUsageResponse } from '@aws-sdk/client-cost-explorer';
import { GetMetricDataCommandOutput } from '@aws-sdk/client-cloudwatch';
import { ComputeUsage } from '@cloud-carbon-footprint/core';
export declare function getComputeUsage(metricDataResponses: GetMetricDataCommandOutput[], getCostAndUsageResponses: GetCostAndUsageResponse[], NODE_TYPES: {
    [p: string]: number;
}): ComputeUsage[];
