export declare const ClusterEndpointEncryptionType: { readonly NONE: "NONE"; readonly TLS: "TLS"; }; export type ClusterEndpointEncryptionType = (typeof ClusterEndpointEncryptionType)[keyof typeof ClusterEndpointEncryptionType]; export declare const NetworkType: { readonly DUAL_STACK: "dual_stack"; readonly IPV4: "ipv4"; readonly IPV6: "ipv6"; }; export type NetworkType = (typeof NetworkType)[keyof typeof NetworkType]; export declare const SSEStatus: { readonly DISABLED: "DISABLED"; readonly DISABLING: "DISABLING"; readonly ENABLED: "ENABLED"; readonly ENABLING: "ENABLING"; }; export type SSEStatus = (typeof SSEStatus)[keyof typeof SSEStatus]; export declare const ChangeType: { readonly IMMEDIATE: "IMMEDIATE"; readonly REQUIRES_REBOOT: "REQUIRES_REBOOT"; }; export type ChangeType = (typeof ChangeType)[keyof typeof ChangeType]; export declare const IsModifiable: { readonly CONDITIONAL: "CONDITIONAL"; readonly FALSE: "FALSE"; readonly TRUE: "TRUE"; }; export type IsModifiable = (typeof IsModifiable)[keyof typeof IsModifiable]; export declare const ParameterType: { readonly DEFAULT: "DEFAULT"; readonly NODE_TYPE_SPECIFIC: "NODE_TYPE_SPECIFIC"; }; export type ParameterType = (typeof ParameterType)[keyof typeof ParameterType]; export declare const SourceType: { readonly CLUSTER: "CLUSTER"; readonly PARAMETER_GROUP: "PARAMETER_GROUP"; readonly SUBNET_GROUP: "SUBNET_GROUP"; }; export type SourceType = (typeof SourceType)[keyof typeof SourceType];