import { BigQuery, TableSchema } from "@google-cloud/bigquery"; export declare class BigQueryService { private client; private config; constructor(); getClient(): BigQuery; getDownloadDir(): string; executeQuery(query: string): Promise[]>; listTables(datasetId: string): Promise; getTableSchema(datasetId: string, tableId: string): Promise; } //# sourceMappingURL=BigQueryService.d.ts.map