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