import { FetchEvent, PageEvent } from "./types"; export declare function createPageEvent(ctx: FetchEvent): Promise;