import { OrderBy } from '..';
export declare const sort: (rows: any[], order?: OrderBy) => any[];
