declare const Library: { useHooks: (hook: XTHook | XTHook[]) => void; version: string; eventChannel: EventChannel; [Symbol.toPrimitive](hint: any): string; }; export declare const xt: { useHooks: (hook: XTHook | XTHook[]) => void; version: string; eventChannel: EventChannel; [Symbol.toPrimitive](hint: any): string; }; export default Library;