import { OperatorFunction } from 'rxjs'; export declare function indexOf(searchStr: string, start?: number): OperatorFunction;