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