export interface BigQueryConfig { projectId: string; credentialsJson?: string; googleApplicationCredentialsPath?: string; downloadDir?: string; } export declare function getBigQueryConfig(): BigQueryConfig; //# sourceMappingURL=index.d.ts.map