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