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