import { TypedHash } from "../entities/TypedHash";
export declare function sortArrayByHashMap(array: any[], hashMap: TypedHash<any>, sortKey: string): any[];
