interface EndsWith { /** * check if string ends with a specific string * @param string * @param end */ (string: string, end: string): void; } export declare const endsWith: EndsWith, notEndsWith: EndsWith; export {}; //# sourceMappingURL=ends-with.d.ts.map