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