import type { Dispatcher } from 'undici'; export declare function getDefaultDispatcher(): Promise; export declare function resetDefaultDispatcherForTests(): Promise; export declare function suppressExperimentalWarningsSync(fn: () => T): T;