import type { serialize as S, deserialize as D } from 'bson'; import type { Serialization } from 'async-call-rpc' with { 'resolution-mode': 'import' }; /** * @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