import type { IExecuteFunctions, INodeExecutionData } from 'n8n-workflow'; import type { GoogleSheet } from '../../helpers/GoogleSheet'; import type { SheetProperties } from '../../helpers/GoogleSheets.types'; export declare const description: SheetProperties; export declare function execute(this: IExecuteFunctions, sheet: GoogleSheet, sheetName: string): Promise; //# sourceMappingURL=delete.operation.d.ts.map