import type { RequestEvent } from '@sveltejs/kit'; export declare const proxy: (urlPath: string, event: RequestEvent) => Promise;