import { BaseMsg } from './typings';
export declare const KEY = "$$_th_gather";
export declare const MSG_KEY = "$$_th_gather_list";
export declare const MERGE_KEY = "$$_th_gather_merge_key";
export declare const defaultGatherKeys: (keyof BaseMsg)[];
