import { type H3Event } from 'h3'; /** * Callback for the 'request' nitro hook. * * This adds the context objects to the event and, if enabled, serves cached * routes. */ export declare function onRequest(event: H3Event): Promise;