import type { INodeProperties } from 'n8n-workflow'; import * as deleteTable from './deleteTable.operation'; import * as executeQuery from './executeQuery.operation'; import * as insert from './insert.operation'; import * as select from './select.operation'; import * as update from './update.operation'; import * as upsert from './upsert.operation'; export { deleteTable, executeQuery, insert, select, update, upsert }; export declare const description: INodeProperties[]; //# sourceMappingURL=Database.resource.d.ts.map