export namespace NetInfoStateType { const unknown: string; const none: string; const cellular: string; const wifi: string; const bluetooth: string; const ethernet: string; const wimax: string; const vpn: string; const other: string; } export declare const configure: jest.Mock; export declare const fetch: jest.Mock; export declare const refresh: jest.Mock; export declare const addEventListener: jest.Mock; export declare const useNetInfo: jest.Mock;