import type { AwsResourcesList } from '../../types'; import { PlacementData, ResourcePlacementData } from './types'; import { ARNInfo } from './utils/getArnInfo'; import { AwsResourceDescriptionMap, AwsSupportedResources } from '../../definitions/supported-services'; export declare const getResourcePlacementData: (arnInfo: ARNInfo, resource: AwsResourceDescriptionMap[AwsSupportedResources]) => ResourcePlacementData; export declare const isContainerAndShouldBeIgnored: (service: string, type: string) => boolean; export declare const getPlacementData: (resources: AwsResourcesList) => PlacementData; //# sourceMappingURL=getPlacementData.d.ts.map