/** * Returns the biggest member of the array * @param values the values from which the biggest gets returned * @returns the biggest memmber of the array */ export declare function maximum(...values: bigint[]): bigint;