import type { INodeProperties } from 'n8n-workflow';
import * as append from './append.operation';
import * as appendOrUpdate from './appendOrUpdate.operation';
import * as clear from './clear.operation';
import * as create from './create.operation';
import * as del from './delete.operation';
import * as read from './read.operation';
import * as remove from './remove.operation';
import * as update from './update.operation';
export { append, appendOrUpdate, clear, create, del as delete, read, remove, update };
export declare const descriptions: INodeProperties[];
//# sourceMappingURL=Sheet.resource.d.ts.map