import * as h30 from "h3"; //#region src/routes/debug.d.ts /** * Debug endpoint for inspecting virtual modules and GraphQL setup * Only available in development mode * * Routes: * - /_nitro/graphql/debug - HTML dashboard * - /_nitro/graphql/debug?format=json - JSON API */ declare const _default: h30.EventHandler>; //#endregion export { _default as default };