import { ResourceNotFoundException } from "./ResourceNotFoundException"; import { InternalServerError } from "./InternalServerError"; import { TrimmedDataAccessException } from "./TrimmedDataAccessException"; export declare type GetShardIteratorExceptionsUnion = ResourceNotFoundException | InternalServerError | TrimmedDataAccessException;