import type { Serialization } from 'async-call-rpc'; import type { serialize as S, deserialize as D } from 'bson'; /** * @deprecated This will be removed in the next major version. */ export declare const BSON_Serialization: ({ deserialize, serialize, }: { serialize: typeof S; deserialize: typeof D; }) => Serialization; //# sourceMappingURL=bson.d.ts.map