import { DependencyTimeoutException } from './DependencyTimeoutException'; import { KMSInternalException } from './KMSInternalException'; export declare type GenerateRandomExceptionsUnion = DependencyTimeoutException | KMSInternalException;