import type { GatewayIdentity } from "./contracts.js"; import { type GatewaySendReply } from "./send-contracts.js"; import type { GatewaySendExecutor } from "./send-executor.js"; export declare function handleGatewaySendMessage(value: unknown, identity: GatewayIdentity | undefined, executor: GatewaySendExecutor | undefined, send: (reply: GatewaySendReply) => void): boolean; //# sourceMappingURL=send-ipc.d.ts.map