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