export declare const mergeListByKey: (defaultList: any, list: any, key?: string) => any; export declare function bindMethods(instance: T): void;