export declare const ClusterSubnetsType: { readonly Private: "private"; readonly Public: "public"; }; /** * The subnet type */ export type ClusterSubnetsType = (typeof ClusterSubnetsType)[keyof typeof ClusterSubnetsType];