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