import { ContainerNotFoundException } from "./ContainerNotFoundException"; import { ObjectNotFoundException } from "./ObjectNotFoundException"; import { InternalServerError } from "./InternalServerError"; export declare type DescribeObjectExceptionsUnion = ContainerNotFoundException | ObjectNotFoundException | InternalServerError;