type UseSiteStatus = [boolean, () => void]; export declare const useSiteStatus: (url: string) => UseSiteStatus; export {};