// AUTO GENERATED BASED ON Kong 3.8.x, DO NOT EDIT // Original source path: kong/pdk/enterprise_edition.lua import type jwe from "./jwe" export default interface enterpriseEdition { jwe: jwe; }