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