pub use ClaudeOutput;
pub use CodexOutput;
pub use EnvOutput;
pub use JsonOutput;
pub use ShellOutput;
use File;
use crateVariables;
use Result;
/// By implementing `Output` a type provides a way to format [`Variables`]
/// and to load existing values back from a file in that format.