import type { RuntimeEnv } from "../../runtime.js";
export declare function resolveDiscordRestFetch(proxyUrl: string | undefined, runtime: RuntimeEnv): typeof fetch;
