export * from './global.js'; export declare const trustedEmptyHTML: any; export declare type Fn = (this: TThis, ...args: TArgs) => TReturn; export declare type AnyFn = Fn; export declare function genUID(len?: number): string; export declare type UnsubscribeFn = () => void; export declare function subscribe(list: TItem[], item: TItem): UnsubscribeFn;