export interface MutexInterface { safe: (callback: () => Promise) => Promise; }