import type { GatewayIdentity } from "../gateway/contracts.js"; import { type GatewayMessageDebugReply } from "../gateway/message-debug-contracts.js"; import { GatewayRequestClient } from "./gateway-request-client.js"; /** 绑定单个网关的关联请求;清空超时不得重试或转发给新实例。 */ export declare function requestGatewayMessageDebug(requests: GatewayRequestClient, identity: GatewayIdentity, action: "history" | "clear"): Promise; //# sourceMappingURL=gateway-message-debug-client.d.ts.map