import type { PrototypeStruct } from '../index.js'; interface LastItem { lastItem(): string; } export declare const lastItem: PrototypeStruct; declare global { interface String extends LastItem { } } export {}; //# sourceMappingURL=last-item.d.ts.map