declare module 'dns-packet/types.js' { function toType(type: string): number function toString(type: number): string }