import { ClazzType } from '../interface/declare';
export declare function toBigInt(value: any): bigint;
export declare function toString(value: any, constructor?: ClazzType): any;
export declare function toNumber(value: any, constructor?: ClazzType): any;
export declare function toBoolean(value: any): boolean;
export declare function toDate(value: any, constructor?: ClazzType): any;
