import { LoadEvent } from '@sveltejs/kit'; export declare function load({ url, fetch }: LoadEvent): Promise;