import { Mutex } from 'async-mutex';
declare const zimCreatorMutex: Mutex;
declare const fileDownloadMutex: Mutex;
export { zimCreatorMutex, fileDownloadMutex };
