import { Json } from '@thisisagile/easy';
export declare const toMongoType: (input: unknown) => Json;
