import type { RequestEvent } from "solid-js/web"; export declare function provideRequestEvent(init: T, cb: () => U): U;