declare const sortByFieldLength: (a: string, b: string) => number; export default sortByFieldLength;