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