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