import { Types } from 'mongoose';
declare type ParseValueReturn = string | number | boolean | Types.ObjectId | Date;
export declare const parseValue: (v: string) => ParseValueReturn;
export {};
