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