/** * removes the numbers at the end of a filename. E.g. "picture88" becomes "picture" */ export declare const withoutNumbersSuffix: (filename: string) => string; //# sourceMappingURL=withoutNumbersSuffix.d.ts.map