import { Promised, StrictStreamMapper } from './index'; export declare function tap(fn: (input: Input) => Promised): StrictStreamMapper;