declare const getMongoFilter: (field: string, operator: string, value: any) => Record; export default getMongoFilter;