declare module 'eres' { declare module.exports: (Promise) => Promise<[?Error, T]>; }