import * as tb from "../base"; import { ProtocolBase } from "./Protocol"; declare type ValueOf = Obj[keyof Obj]; declare type MethodMessage = { id: number; method: MethodName; args: tb.BicoderTargets; }; declare type Request = tb.Bicoder; }>>; export declare function RequestBicoder(protocol: Protocol): Request; export default Request; //# sourceMappingURL=Request.d.ts.map