export declare const ClientVersion: { readonly FIVE_ONE: "5.1"; readonly FIVE_THREE: "5.3"; }; export type ClientVersion = (typeof ClientVersion)[keyof typeof ClientVersion]; export declare const SubscriptionType: { readonly PRODUCTION: "PRODUCTION"; }; export type SubscriptionType = (typeof SubscriptionType)[keyof typeof SubscriptionType]; export declare const CloudHsmObjectState: { readonly DEGRADED: "DEGRADED"; readonly READY: "READY"; readonly UPDATING: "UPDATING"; }; export type CloudHsmObjectState = (typeof CloudHsmObjectState)[keyof typeof CloudHsmObjectState]; export declare const HsmStatus: { readonly DEGRADED: "DEGRADED"; readonly PENDING: "PENDING"; readonly RUNNING: "RUNNING"; readonly SUSPENDED: "SUSPENDED"; readonly TERMINATED: "TERMINATED"; readonly TERMINATING: "TERMINATING"; readonly UPDATING: "UPDATING"; }; export type HsmStatus = (typeof HsmStatus)[keyof typeof HsmStatus];