export declare const buildMapForTrees: (treeIds: string[], build: (treeId: string) => T) => { [treeId: string]: T; }; export declare function preventDefault(e: any): void;