import { AwsResourcesList, AwsScannerLifecycleHook } from '../../types'; import { type AllSupportedAwsServices } from '../../definitions/supported-services'; export declare class Logger implements AwsScannerLifecycleHook { private spinnies; getLegend(service: AllSupportedAwsServices, region?: string): string; getSpinnerKey(service: AllSupportedAwsServices, region?: string): string; onStart(service: AllSupportedAwsServices, region?: string): void; onComplete(resources: AwsResourcesList, service: AllSupportedAwsServices, region?: string): void; onError(error: Error, service: AllSupportedAwsServices, region?: string): void; } //# sourceMappingURL=Logger.d.ts.map