import { WAFInternalErrorException } from "./WAFInternalErrorException"; import { WAFInvalidAccountException } from "./WAFInvalidAccountException"; import { WAFNonexistentItemException } from "./WAFNonexistentItemException"; import { WAFInvalidParameterException } from "./WAFInvalidParameterException"; export declare type GetRateBasedRuleManagedKeysExceptionsUnion = WAFInternalErrorException | WAFInvalidAccountException | WAFNonexistentItemException | WAFInvalidParameterException;