import { AWS_RECOMMENDATIONS_TARGETS, RecommendationResult } from '@cloud-carbon-footprint/common';
import { ServiceWrapper } from '../ServiceWrapper';
export default class Recommendations {
    static getRecommendations(recommendationTarget: AWS_RECOMMENDATIONS_TARGETS, serviceWrapper: ServiceWrapper): Promise<RecommendationResult[]>;
    private static getComputeOptimizer;
    private static getRightsizing;
    private static getUniquesWithHighestSavings;
}
