import { GetCostAndUsageCommandInput } from '@aws-sdk/client-cost-explorer';
import { Cost } from '@cloud-carbon-footprint/core';
import { ServiceWrapper } from './ServiceWrapper';
export declare function getCostFromCostExplorer(params: GetCostAndUsageCommandInput, serviceWrapper: ServiceWrapper): Promise<Cost[]>;
