import * as rpc from "./mod.js"; import * as codec_ from "../codec/mod.js"; import * as mux from "../mux/mod.js"; export declare function Respond(ch: mux.Channel, codec: codec_.Codec, handler?: rpc.Handler): Promise;