import { ObjectBsonSchema } from '../bson'; import { ObjectJsonSchema } from '../json'; export declare const objectBsonToJson: (s: S) => ObjectJsonSchema;