import { SyncOperation } from "../operation"; import { MapFn } from "./map"; export type FlatMapFn = MapFn>; export declare function flatMap(callbackFn: FlatMapFn): SyncOperation>;