import type { AwsProcessedData, AwsResourcesList, AwsTags } from '../../types'; export declare const getAwsProcessedData: (resources: AwsResourcesList, resourceTags: AwsTags) => AwsProcessedData; //# sourceMappingURL=index.d.ts.map