import type { INodeProperties } from 'n8n-workflow';
import * as append from './append.operation';
import * as clear from './clear.operation';
import * as deleteWorksheet from './deleteWorksheet.operation';
import * as getAll from './getAll.operation';
import * as readRows from './readRows.operation';
import * as update from './update.operation';
import * as upsert from './upsert.operation';
export { append, clear, deleteWorksheet, getAll, readRows, update, upsert };
export declare const description: INodeProperties[];
//# sourceMappingURL=Worksheet.resource.d.ts.map