import { APIResource } from "../../core/resource.mjs"; import * as IndexesAPI from "./indexes/indexes.mjs"; import { BaseIndexes, CreateIndex, CreateIndicesSinglePage, IndexCreateParams, IndexDeleteByIDsParams, IndexDeleteByIDsResponse, IndexDeleteParams, IndexDeleteResponse, IndexDeleteVectorsByID, IndexDimensionConfiguration, IndexGetByIDsParams, IndexGetByIDsResponse, IndexGetParams, IndexInfoParams, IndexInfoResponse, IndexInsert, IndexInsertParams, IndexInsertResponse, IndexListParams, IndexListVectorsParams, IndexListVectorsResponse, IndexQuery, IndexQueryParams, IndexQueryResponse, IndexUpsert, IndexUpsertParams, IndexUpsertResponse, Indexes } from "./indexes/indexes.mjs"; export declare class BaseVectorize extends APIResource { static readonly _key: readonly ['vectorize']; } export declare class Vectorize extends BaseVectorize { indexes: IndexesAPI.Indexes; } export declare namespace Vectorize { export { Indexes as Indexes, BaseIndexes as BaseIndexes, type CreateIndex as CreateIndex, type IndexDeleteVectorsByID as IndexDeleteVectorsByID, type IndexDimensionConfiguration as IndexDimensionConfiguration, type IndexInsert as IndexInsert, type IndexQuery as IndexQuery, type IndexUpsert as IndexUpsert, type IndexDeleteResponse as IndexDeleteResponse, type IndexDeleteByIDsResponse as IndexDeleteByIDsResponse, type IndexGetByIDsResponse as IndexGetByIDsResponse, type IndexInfoResponse as IndexInfoResponse, type IndexInsertResponse as IndexInsertResponse, type IndexListVectorsResponse as IndexListVectorsResponse, type IndexQueryResponse as IndexQueryResponse, type IndexUpsertResponse as IndexUpsertResponse, type CreateIndicesSinglePage as CreateIndicesSinglePage, type IndexCreateParams as IndexCreateParams, type IndexListParams as IndexListParams, type IndexDeleteParams as IndexDeleteParams, type IndexDeleteByIDsParams as IndexDeleteByIDsParams, type IndexGetParams as IndexGetParams, type IndexGetByIDsParams as IndexGetByIDsParams, type IndexInfoParams as IndexInfoParams, type IndexInsertParams as IndexInsertParams, type IndexListVectorsParams as IndexListVectorsParams, type IndexQueryParams as IndexQueryParams, type IndexUpsertParams as IndexUpsertParams, }; } //# sourceMappingURL=vectorize.d.mts.map