import type { encode as S, decode as D } from '@msgpack/msgpack'; import type { Serialization } from 'async-call-rpc' with { 'resolution-mode': 'import' }; /** * @deprecated This will be removed in the next major version. */ export declare const Msgpack_Serialization: ({ encode, decode, }?: { encode: typeof S; decode: typeof D; }) => Serialization; //# sourceMappingURL=msgpack.d.ts.map