import { IdentifierNode } from './identifier-node.js';
import type { OperationNode } from './operation-node.js';
import type { RawNode } from './raw-node.js';
import type { TableNode } from './table-node.js';
import type { WhereNode } from './where-node.js';
export type CreateIndexNodeProps = Omit