/** * Returns true if the sequence of elements of searchString converted to a String is the same as the corresponding elements of this object (converted to a String). Otherwise returns false. * @param searchString string to search */ export declare function endsWith(searchString: string): (string: string) => boolean;