/** * Snowflake Cortex client implementation. * * Uses the proto-generated REST API Integration Plugin type from @superblocksteam/types. * Snowflake Cortex integrations use the REST API Integration plugin under the hood. */ import { RestApiIntegrationClient } from "../base/index.js"; import type { SnowflakeCortexClient } from "./types.js"; /** * Internal implementation of SnowflakeCortexClient. * * Extends RestApiIntegrationClient to inherit generic apiRequest() method. */ export declare class SnowflakeCortexClientImpl extends RestApiIntegrationClient implements SnowflakeCortexClient { } //# sourceMappingURL=client.d.ts.map