export declare const lastIndexOf: (searchString: string) => (string: string) => number;
