import { ProvisionedThroughputExceededException } from './ProvisionedThroughputExceededException'; import { ResourceNotFoundException } from './ResourceNotFoundException'; import { InternalServerError } from './InternalServerError'; export declare type QueryExceptionsUnion = ProvisionedThroughputExceededException | ResourceNotFoundException | InternalServerError;