import { ObjectForExtending } from '../types'; export declare const isBlank: (v: unknown) => boolean; export declare const stringComparator: (sortKey: keyof RowType) => (a: RowType, b: RowType) => number; export declare const numberComparator: (sortKey: keyof RowType) => (a: RowType, b: RowType) => number;