import { ScanResult, ScanOptions } from '../types'; export declare class AzureConnector { private computeClient; private storageClient; private resourceClient; private subscriptionId; private location; constructor(subscriptionId: string, location?: string, credentials?: any); scanResources(options?: ScanOptions): Promise; private scanVirtualMachines; private scanStorageAccounts; private scanNetworkResources; private calculateEstimatedCosts; private generateOptimizationRecommendations; private extractResourceGroup; private mapPowerState; private getVMVCpuCount; private getVMMemorySize; private getVMHourlyCost; } //# sourceMappingURL=azure.d.ts.map