export declare const groupBy: (list: T[], getKey: (item: T) => K) => Record; export declare const extend: (first: any, second: any) => any;