import { OperatorAsyncFunction } from '../../interfaces'; export declare function flatMap(selector: (value: TSource) => AsyncIterable | Promise>, thisArg?: any): OperatorAsyncFunction;