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