declare function ToObject(value: number): Number; declare function ToObject(value: boolean): Boolean; declare function ToObject(value: string): String; declare function ToObject(value: bigint): BigInt; declare function ToObject(value: T): T; export = ToObject;