export declare const endsWith: (searchString: string) => (string: string) => boolean;
