import { ScanResult, ScanOptions } from '../types'; export declare class GCPConnector { private computeClient; private storageClient; private resourceManager; private projectId; private zone; constructor(projectId: string, zone?: string, credentials?: any); scanResources(options?: ScanOptions): Promise; private scanComputeInstances; private scanStorageBuckets; private scanNetworkResources; private getProjectZones; private calculateEstimatedCosts; private generateOptimizationRecommendations; private mapVMStatus; private getGCPVCpuCount; private getGCPMemorySize; private getGCPInstanceHourlyCost; } //# sourceMappingURL=gcp.d.ts.map