import type WebView from 'react-native-webview'; import { InjectionToken } from '../../../fslinker'; import type * as F from 'fp-ts/es6/function'; declare type UsedFunctions = 'constant' | 'constFalse' | 'decrement' | 'flow' | 'increment' | 'pipe'; export declare const FP_TS_F: InjectionToken, "single">; export declare const REACT_NATIVE_WEBVIEW: InjectionToken; export {};