///
/// ClarionAzure-Swift-Cxx-Umbrella.hpp
/// This file was generated by nitrogen. DO NOT MODIFY THIS FILE.
/// https://github.com/mrousavy/nitro
/// Copyright © Marc Rousavy @ Margelo
///

#pragma once

// Forward declarations of C++ defined types
// Forward declaration of `HybridClarionAzureSpec` to properly resolve imports.
namespace margelo::nitro::clarion::azure { class HybridClarionAzureSpec; }
// Forward declaration of `NativeAzureConfig` to properly resolve imports.
namespace margelo::nitro::clarion::azure { struct NativeAzureConfig; }
// Forward declaration of `NativeAzureError` to properly resolve imports.
namespace margelo::nitro::clarion::azure { struct NativeAzureError; }
// Forward declaration of `NativeTranscriptResult` to properly resolve imports.
namespace margelo::nitro::clarion::azure { struct NativeTranscriptResult; }
// Forward declaration of `NativeTranscriptSegment` to properly resolve imports.
namespace margelo::nitro::clarion::azure { struct NativeTranscriptSegment; }

// Include C++ defined types
#include "HybridClarionAzureSpec.hpp"
#include "NativeAzureConfig.hpp"
#include "NativeAzureError.hpp"
#include "NativeTranscriptResult.hpp"
#include "NativeTranscriptSegment.hpp"
#include <NitroModules/Promise.hpp>
#include <NitroModules/Result.hpp>
#include <exception>
#include <functional>
#include <memory>
#include <string>
#include <vector>

// C++ helpers for Swift
#include "ClarionAzure-Swift-Cxx-Bridge.hpp"

// Common C++ types used in Swift
#include <NitroModules/ArrayBufferHolder.hpp>
#include <NitroModules/AnyMapUtils.hpp>
#include <NitroModules/RuntimeError.hpp>
#include <NitroModules/DateToChronoDate.hpp>

// Forward declarations of Swift defined types
// Forward declaration of `HybridClarionAzureSpec_cxx` to properly resolve imports.
namespace ClarionAzure { class HybridClarionAzureSpec_cxx; }

// Include Swift defined types
#if __has_include("ClarionAzure-Swift.h")
// This header is generated by Xcode/Swift on every app build.
// If it cannot be found, make sure the Swift module's name (= podspec name) is actually "ClarionAzure".
#include "ClarionAzure-Swift.h"
// Same as above, but used when building with frameworks (`use_frameworks`)
#elif __has_include(<ClarionAzure/ClarionAzure-Swift.h>)
#include <ClarionAzure/ClarionAzure-Swift.h>
#else
#error ClarionAzure's autogenerated Swift header cannot be found! Make sure the Swift module's name (= podspec name) is actually "ClarionAzure", and try building the app first.
#endif
