declare global { interface String { lookForLast(what: string | RegExp): [number, number]; } } export {}; //# sourceMappingURL=lookForLast.d.ts.map