declare global { interface String { proper(): string; upper(): string; lower(): string; } } export {}; //# sourceMappingURL=string.d.ts.map