#pragma once

#include <string>


namespace ZipSync {

void Fuzz(std::string where, int casesNum, bool enableRemote);

}
