import type { KMSStatus } from './KMSStatus';
/**
 * The status and type of the default KMS and the KMS for export.
 */
export type KMSStatusResponse = {
    kms: KMSStatus;
    kms_export?: KMSStatus;
};
//# sourceMappingURL=KMSStatusResponse.d.ts.map