export default class stringHelper {
    static endsWithChar(word: any, c: any): boolean;
    static endsWith(word: any, end: any): boolean;
}
