import { ECSClient } from '@aws-sdk/client-ecs';
import { ServiceModule } from '@infrascan/shared-types';
export { ClusterGraphState, ServiceGraphState, TaskGraphState } from './graph.mjs';
export { ECS } from './types.d.mjs';

declare const ECSScanner: ServiceModule<ECSClient, "aws">;

export { ECSScanner as default };
