import { Field } from '../interfaces'; export declare const sortByOrder: (a: Field, b: Field) => number;