import { WAFInternalErrorException } from "./WAFInternalErrorException"; import { WAFInvalidAccountException } from "./WAFInvalidAccountException"; import { WAFInvalidOperationException } from "./WAFInvalidOperationException"; import { WAFInvalidParameterException } from "./WAFInvalidParameterException"; import { WAFNonexistentContainerException } from "./WAFNonexistentContainerException"; import { WAFNonexistentItemException } from "./WAFNonexistentItemException"; import { WAFStaleDataException } from "./WAFStaleDataException"; import { WAFLimitsExceededException } from "./WAFLimitsExceededException"; export declare type UpdateSqlInjectionMatchSetExceptionsUnion = WAFInternalErrorException | WAFInvalidAccountException | WAFInvalidOperationException | WAFInvalidParameterException | WAFNonexistentContainerException | WAFNonexistentItemException | WAFStaleDataException | WAFLimitsExceededException;