import type { IExecuteFunctions, INodeExecutionData } from 'n8n-workflow'; import type { SpreadSheetProperties } from '../../helpers/GoogleSheets.types'; export declare const description: SpreadSheetProperties; export declare function execute(this: IExecuteFunctions): Promise;