import { fetch as undiciFetch } from 'undici'; export declare function loadUndiciRuntimeDeps(): { fetch: typeof undiciFetch; };