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