#pragma once #include #include #include namespace vcpkg::Export::Chocolatey { struct Options { Optional maybe_maintainer; Optional maybe_version_suffix; }; void do_export(const std::vector& export_plan, const VcpkgPaths& paths, const Options& chocolatey_options); }