import type { IExecuteFunctions, ILoadOptionsFunctions, INodeExecutionData, INodePropertyOptions, INodeType, INodeTypeBaseDescription, INodeTypeDescription } from 'n8n-workflow'; export declare class GoogleBigQueryV1 implements INodeType { description: INodeTypeDescription; constructor(baseDescription: INodeTypeBaseDescription); methods: { loadOptions: { getProjects(this: ILoadOptionsFunctions): Promise; getDatasets(this: ILoadOptionsFunctions): Promise; getTables(this: ILoadOptionsFunctions): Promise; }; }; execute(this: IExecuteFunctions): Promise; } //# sourceMappingURL=GoogleBigQueryV1.node.d.ts.map