import type { IExecuteFunctions, INodeExecutionData } from 'n8n-workflow'; import type { GoogleSheet } from '../../helpers/GoogleSheet'; export declare function execute(this: IExecuteFunctions, _sheet: GoogleSheet, sheetName: string): Promise; //# sourceMappingURL=remove.operation.d.ts.map