import type { AllEntities, Entity } from 'n8n-workflow'; type MySQLMap = { database: 'deleteTable' | 'executeQuery' | 'insert' | 'select' | 'update' | 'upsert'; }; export type MySqlType = AllEntities; export type MySQLDatabaseType = Entity; export {}; //# sourceMappingURL=node.type.d.ts.map