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