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