import type { GenericApp } from '../../vitest-environment'; export declare function createFetchForH3V1(): Promise<{ h3App: GenericApp; registry: Set; fetch: typeof fetch; }>;