import { H3Event } from "../../node_modules/.pnpm/h3@1.15.11/node_modules/h3/dist/index.js"; import { AuthObject } from "@clerk/backend"; import { InitialState } from "@clerk/shared/types"; //#region src/runtime/server/utils.d.ts /** * Converts an H3 event into a Fetch Request object. */ declare function toWebRequest(event: H3Event): Request; declare function createInitialState(auth: AuthObject): InitialState; //#endregion export { createInitialState, toWebRequest }; //# sourceMappingURL=utils.d.ts.map