import type { BI } from "../../shared/types.d.ts"; export type DivInner = (array: BI[], precision: number, def?: BI) => BI;