import type { GatewayIdentity } from "./contracts.js"; import type { GatewayMessageDebugStore } from "./message-debug-store.js"; import { type GatewayMessageDebugReply } from "./message-debug-contracts.js"; export declare function handleGatewayMessageDebug(value: unknown, identity: GatewayIdentity | undefined, store: GatewayMessageDebugStore | undefined, send: (reply: GatewayMessageDebugReply) => void): boolean; //# sourceMappingURL=message-debug-ipc.d.ts.map