declare namespace NodeJS { interface Global { Dex: any toId(input: any): string } }