import { OperatorFunction } from 'rxjs'; export declare function search(pattern: string | RegExp): OperatorFunction;