declare global { interface String { beforeLast(what: string | RegExp): string; } } export {}; //# sourceMappingURL=beforeLast.d.ts.map