import { TypedHash } from "../entities/TypedHash";
export declare function groupBy(xs: TypedHash<any>, key: string): TypedHash<any>;
