import Model from '../../model/Model'; export declare type OrderKey = string | ((record: T) => any); export default OrderKey;