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