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