import { OrderByDescription } from '../../dml/select/order-by/order-by-description'; import { ValueType } from '../../operands/value-type'; export declare function asc(field: ValueType): OrderByDescription;