/** * Computes floor(sqrt(value)) * @param value the value for which to compute the square root, rounded down */ export declare function sqrt(value: bigint): bigint;