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