/**
 * @public
 * Find the smallest number in an array, if the array is empty the return is Infinity.
 *
 * @remarks
 * See {@link arrayMin}.
 */
export declare function arrayMin(numbers: ArrayLike<number>): number;
//# sourceMappingURL=array-min.d.ts.map