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