import { Order } from './order'; export declare function Asc(field: keyof T): Order;