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