import { Context } from '../imports/Context.js'; import { Function } from '../imports/Function.js'; export declare class ColumnInfo { constructor(cx?: Context, args?: any[], ctorObj?: Function, inNewExpr?: boolean); getDisplayValue(): string; getFieldName(): string; getLabel(): string; getValue(): string; } //# sourceMappingURL=ColumnInfo.d.ts.map