declare global { interface String { first(count?: number): string; } } export {}; //# sourceMappingURL=first.d.ts.map