// tslint:disable-next-line:no-bad-reference /// declare module 'process' { global { namespace NodeJS { interface HRTime { bigint(): bigint; } } } }