import { type TuiBooleanHandler } from '@taiga-ui/cdk/types'; import { type Observable, type OperatorFunction } from 'rxjs'; export declare function tuiIfMap(project: (value: T) => Observable, predicate?: TuiBooleanHandler): OperatorFunction;