import type { INodeProperties } from 'n8n-workflow';
/**
 * Table operations and fields for SmartSuite node
 */
export declare const tableOperations: INodeProperties[];
export declare const tableFields: INodeProperties[];
