import type { RuntimeEnv } from "agdi/plugin-sdk/runtime-env"; export declare function resolveDiscordRestFetch(proxyUrl: string | undefined, runtime: RuntimeEnv): typeof fetch;