export declare const endsWith: (endPosition: number | undefined) => (searchString: string) => (string: string) => boolean;
