declare global { namespace NodeJS { interface Global { yourUtility(...args: any[]): void; } } }