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