import { WAFInternalErrorException } from "./WAFInternalErrorException"; import { WAFNonexistentItemException } from "./WAFNonexistentItemException"; export declare type GetRuleGroupExceptionsUnion = WAFInternalErrorException | WAFNonexistentItemException;