#pragma once #include #include namespace store::api { std::optional fetch_store_config() noexcept; }