#pragma once
#include
#include
#include
namespace lightningbolt {
/// Decompress a compressed BOLT file into a new allocated buffer.
/// TODO: this should probably be passed a file object, but for now,
/// just passing bare parameters works.
ErrorOr> BoltDecompress(u8* input, usize decompressedSize);
} // namespace lightningbolt