import { InvalidGatewayRequestException } from "./InvalidGatewayRequestException"; import { InternalServerError } from "./InternalServerError"; import { ServiceUnavailableError } from "./ServiceUnavailableError"; export declare type CreateSnapshotExceptionsUnion = InvalidGatewayRequestException | InternalServerError | ServiceUnavailableError;