declare const promiseHashMap: (hash: Record, callback: (key: string | number) => Promise) => Promise<{}>; export default promiseHashMap;