export declare const uiCaches: any; export declare function addTag(data: { [key: string]: any; }): void; export declare function isString(obj: any): true | undefined; export declare function isElement(obj: any): boolean;