import { AllOfBsonSchema } from '../bson'; import { IntersectionJsonSchema } from '../json'; export declare const b2jAllOf: (schema: AllOfBsonSchema) => IntersectionJsonSchema;