export type KMSStatus = {
    /**
     * The status of the KMS.
     */
    status: 'pass' | 'fail';
    /**
     * The type of the KMS.
     */
    type: 'GCP' | 'AWS' | 'LOCAL';
};
//# sourceMappingURL=KMSStatus.d.ts.map