import type { EventEmitter } from "node:events"; import type { RuntimeEnv } from "../runtime.js"; type GatewayEmitter = Pick; export declare function attachDiscordGatewayLogging(params: { emitter?: GatewayEmitter; runtime: RuntimeEnv; }): () => void; export {};