import type { ColumnNode } from './column-node.js';
import type { OperationNode } from './operation-node.js';
import type { RawNode } from './raw-node.js';
import { SchemableIdentifierNode } from './schemable-identifier-node.js';
import type { SelectQueryNode } from './select-query-node.js';
export type CreateViewNodeParams = Omit