import { DatabaseDataSource } from '../DatabaseDataSource'; export declare class GoogleBigQueryDataSource extends DatabaseDataSource { constructor(); constructor(title: string); constructor(title: string, subtitle: string); get projectId(): string; set projectId(value: string); }