export declare const endsWith: (str: string, searchString: string, position?: number) => boolean;
