/**
 * Platform
 * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
 *
 * The version of the OpenAPI document: 1.0.0
 *
 *
 * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
 * https://openapi-generator.tech
 * Do not edit the class manually.
 */
import * as runtime from '../runtime';
export interface LitellmBedrockPassThroughApiBedrockProxyRouteBedrockEndpointGetRequest {
    endpoint: string;
}
export interface LitellmBedrockPassThroughApiBedrockProxyRouteBedrockEndpointGet0Request {
    endpoint: string;
}
export interface LitellmBedrockPassThroughApiBedrockProxyRouteBedrockEndpointGet1Request {
    endpoint: string;
}
export interface LitellmBedrockPassThroughApiBedrockProxyRouteBedrockEndpointGet2Request {
    endpoint: string;
}
export interface LitellmBedrockPassThroughApiBedrockProxyRouteBedrockEndpointGet3Request {
    endpoint: string;
}
/**
 *
 */
export declare class LitellmBedrockPassThroughApi extends runtime.BaseAPI {
    /**
     * [Docs](https://docs.litellm.ai/docs/pass_through/bedrock)
     * Bedrock Proxy Route
     */
    bedrockProxyRouteBedrockEndpointGetRaw(requestParameters: LitellmBedrockPassThroughApiBedrockProxyRouteBedrockEndpointGetRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<string>>;
    /**
     * [Docs](https://docs.litellm.ai/docs/pass_through/bedrock)
     * Bedrock Proxy Route
     */
    bedrockProxyRouteBedrockEndpointGet(requestParameters: LitellmBedrockPassThroughApiBedrockProxyRouteBedrockEndpointGetRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<string>;
    /**
     * [Docs](https://docs.litellm.ai/docs/pass_through/bedrock)
     * Bedrock Proxy Route
     */
    bedrockProxyRouteBedrockEndpointGet_1Raw(requestParameters: LitellmBedrockPassThroughApiBedrockProxyRouteBedrockEndpointGet0Request, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<string>>;
    /**
     * [Docs](https://docs.litellm.ai/docs/pass_through/bedrock)
     * Bedrock Proxy Route
     */
    bedrockProxyRouteBedrockEndpointGet_1(requestParameters: LitellmBedrockPassThroughApiBedrockProxyRouteBedrockEndpointGet0Request, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<string>;
    /**
     * [Docs](https://docs.litellm.ai/docs/pass_through/bedrock)
     * Bedrock Proxy Route
     */
    bedrockProxyRouteBedrockEndpointGet_2Raw(requestParameters: LitellmBedrockPassThroughApiBedrockProxyRouteBedrockEndpointGet1Request, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<string>>;
    /**
     * [Docs](https://docs.litellm.ai/docs/pass_through/bedrock)
     * Bedrock Proxy Route
     */
    bedrockProxyRouteBedrockEndpointGet_2(requestParameters: LitellmBedrockPassThroughApiBedrockProxyRouteBedrockEndpointGet1Request, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<string>;
    /**
     * [Docs](https://docs.litellm.ai/docs/pass_through/bedrock)
     * Bedrock Proxy Route
     */
    bedrockProxyRouteBedrockEndpointGet_3Raw(requestParameters: LitellmBedrockPassThroughApiBedrockProxyRouteBedrockEndpointGet2Request, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<string>>;
    /**
     * [Docs](https://docs.litellm.ai/docs/pass_through/bedrock)
     * Bedrock Proxy Route
     */
    bedrockProxyRouteBedrockEndpointGet_3(requestParameters: LitellmBedrockPassThroughApiBedrockProxyRouteBedrockEndpointGet2Request, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<string>;
    /**
     * [Docs](https://docs.litellm.ai/docs/pass_through/bedrock)
     * Bedrock Proxy Route
     */
    bedrockProxyRouteBedrockEndpointGet_4Raw(requestParameters: LitellmBedrockPassThroughApiBedrockProxyRouteBedrockEndpointGet3Request, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<string>>;
    /**
     * [Docs](https://docs.litellm.ai/docs/pass_through/bedrock)
     * Bedrock Proxy Route
     */
    bedrockProxyRouteBedrockEndpointGet_4(requestParameters: LitellmBedrockPassThroughApiBedrockProxyRouteBedrockEndpointGet3Request, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<string>;
}
