import { ColumnName } from '../../Schema'

declare function text(columnName: ColumnName): PropertyDecorator

export default text
