export declare const includes: (fromIndex: number | undefined) => (searchString: string) => (string: string) => boolean;
