import type { INodeProperties } from 'n8n-workflow'; import * as create from './create.operation'; import * as deleteRecord from './deleteRecord.operation'; import * as get from './get.operation'; import * as search from './search.operation'; import * as update from './update.operation'; import * as upsert from './upsert.operation'; export { create, deleteRecord, get, search, update, upsert }; export declare const description: INodeProperties[]; //# sourceMappingURL=Record.resource.d.ts.map