#pragma once

namespace rnexecutorch::gzip {

size_t deflateSize(const std::string &input);

} // namespace rnexecutorch::gzip
