import { StartNetworkLoggingOptions } from './types';
export declare const startNetworkLogging: (options?: StartNetworkLoggingOptions) => void;
export declare const getRequests: () => never[];
export declare const clearRequests: () => void;
export { getBackHandler } from './backHandler';
export { ThemeName } from './theme';
declare const _default: () => null;
export default _default;
//# sourceMappingURL=index.web.d.ts.map