import * as sd from "schema-decorator"; import * as o from "../../../../dist/src/main"; export declare const item : o.IExprSelectItem<{ readonly usedRef : { someTable : { someColumn : o.IColumn<{ tableAlias : "someTable", name : "someColumn", assertDelegate : sd.AssertDelegate, }> } }; readonly assertDelegate : sd.AssertDelegate; readonly tableAlias : "someTableAlias"; readonly alias : "someAlias"; }>; export const c = o.ColumnUtil.fromExprSelectItem(item);