import { ECSClient } from '@aws-sdk/client-ecs';
export declare function getECSClusters(client: ECSClient): Promise<string[]>;
