// eslint-disable-next-line @typescript-eslint/no-wrapper-object-types
declare function thisBigIntValue(value: bigint | BigInt): bigint;
export = thisBigIntValue;
