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