import { ApplicationInstall } from 'pipes-nodejs-sdk/dist/lib/Application/Database/ApplicationInstall'; import AGoogle from '../AGoogle'; export declare const BASE_URL = "https://bigquery.googleapis.com"; export default class BigQueryApplication extends AGoogle { getBaseUrl: () => string; getDescription: () => string; getName: () => string; getPublicName: () => string; getScopes: (applicationInstall: ApplicationInstall) => string[]; }