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