import { InjectionToken } from '../../../fslinker'; import type * as A from 'fp-ts/es6/Array'; import type * as E from 'fp-ts/es6/Either'; import type * as I from 'fp-ts/es6/Identity'; import type * as NEA from 'fp-ts/es6/NonEmptyArray'; import type * as O from 'fp-ts/es6/Option'; import type * as ROA from 'fp-ts/es6/ReadonlyArray'; import type * as R from 'fp-ts/es6/Record'; export declare const FP_TS_ARRAY: InjectionToken; export declare const FP_TS_EITHER: InjectionToken; export declare const FP_TS_IDENTITY: InjectionToken; export declare const FP_TS_OPTION: InjectionToken; export declare const FP_TS_RECORD: InjectionToken; export declare const FP_TS_NON_EMPTY_ARRAY: InjectionToken; export declare const FP_TS_READ_ONLY_ARRAY: InjectionToken;