export interface NetworkSpeed { effectiveType: string | null; downlinkMbps: number | null; } export declare function useNetworkSpeed(): NetworkSpeed;