import type { BI } from "../shared/types.d.ts"; export type Mean = (array: string[]) => string; export type MeanInner = (array: BI[]) => BI;