import { WAFInternalErrorException } from "./WAFInternalErrorException"; import { WAFInvalidAccountException } from "./WAFInvalidAccountException"; export declare type ListRateBasedRulesExceptionsUnion = WAFInternalErrorException | WAFInvalidAccountException;