import { ApiClient } from "../client.mjs"; import { FetchResponseData, FetchResponseError, FilterMethods, MethodOption, OpenAPIClient, OpenAPIEndpoint, OpenAPIFetchOptions, OpenAPIParameters, OpenAPIPathMethods, ParamsOption, RequestBodyOption } from "../openapi/types.mjs"; import { SchemaPaths } from "../openapi/client.mjs"; import "../openapi/index.mjs"; //#region src/extensions/openapi.d.ts declare function OpenAPIBuilder>(): (client: ApiClient) => OpenAPIClient; //#endregion export { type FetchResponseData, type FetchResponseError, type FilterMethods, type MethodOption, OpenAPIBuilder, type OpenAPIClient, type OpenAPIEndpoint, type OpenAPIFetchOptions, type OpenAPIParameters, type OpenAPIPathMethods, type ParamsOption, type RequestBodyOption };