import { NotFoundException } from "./NotFoundException"; import { TooManyRequestsException } from "./TooManyRequestsException"; export declare type GetIntegrationResponseExceptionsUnion = NotFoundException | TooManyRequestsException;