import { ResourceNotFoundException } from "./ResourceNotFoundException"; import { InvalidParameterException } from "./InvalidParameterException"; import { InternalServiceErrorException } from "./InternalServiceErrorException"; import { ThrottlingException } from "./ThrottlingException"; export declare type GetResolverRuleAssociationExceptionsUnion = ResourceNotFoundException | InvalidParameterException | InternalServiceErrorException | ThrottlingException;