Version: 1.0.01.0.11.1.01.1.11.2.01.2.11.3.0
type primitive = null | undefined | string | symbol | number | boolean | bigint;
declare function ToPrimitive(input: unknown, hint?: StringConstructor | NumberConstructor): primitive;
export = ToPrimitive;