import { NotFoundException } from './NotFoundException'; import { InvalidArnException } from './InvalidArnException'; import { DependencyTimeoutException } from './DependencyTimeoutException'; import { KMSInternalException } from './KMSInternalException'; export declare type DescribeKeyExceptionsUnion = NotFoundException | InvalidArnException | DependencyTimeoutException | KMSInternalException;