/** * Snowflake integration client. * * @module */ export type { SnowflakeClient } from "./types.js"; export { SnowflakeClientImpl } from "./client.js"; //# sourceMappingURL=index.d.ts.map