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