import { ArrayBsonSchema } from '../bson'; import { ArrayJsonSchema } from '../json'; export declare const arrayBsonToJson: (s: S) => ArrayJsonSchema;