import type { ColumnNode } from './column-node.js';
import type { ExplainNode } from './explain-node.js';
import type { OnConflictNode } from './on-conflict-node.js';
import type { OnDuplicateKeyNode } from './on-duplicate-key-node.js';
import type { OperationNode } from './operation-node.js';
import type { OrActionNode } from './or-action-node.js';
import type { OutputNode } from './output-node.js';
import type { ReturningNode } from './returning-node.js';
import type { TableNode } from './table-node.js';
import type { TopNode } from './top-node.js';
import type { WithNode } from './with-node.js';
export type InsertQueryNodeProps = Omit