import Addon_ from './Addon';
import Cluster_ from './Cluster';
import FargateProfile_ from './FargateProfile';
import Nodegroup_ from './Nodegroup';
export declare namespace EKS {
    const Addon: typeof Addon_;
    const Cluster: typeof Cluster_;
    const FargateProfile: typeof FargateProfile_;
    const Nodegroup: typeof Nodegroup_;
}
export default EKS;
