defmodule ExDataGovUA.Archivers.Base do
@type stream :: Stream.t()
@callback deflate(stream) :: stream
@callback inflate(stream) :: stream
end