import { Operator } from './types'; export declare function filter(predicate: (a: A) => boolean): Operator;