//#region src/compat/_internal/Many.d.ts type Many = T | readonly T[]; //#endregion export { Many };