import { OrderBy } from './order-by.enum';
export declare class OrderByField {
    field: string;
    order: OrderBy;
}
