import { SchemaOptions } from "mongoose";
import { Fields } from "../../types";
export declare const setTransformers: (fields: Fields, options?: SchemaOptions | undefined) => {
    toObject: any;
    toJSON: any;
};
