/** * BigQuery integration client. * * @module */ export type { BigQueryClient } from "./types.js"; export { BigQueryClientImpl } from "./client.js";