export declare function useMercure(url: string | URL, topic: string[]): { data: T | undefined; isConnected: boolean; };