export type DisableNeverArray = T extends [Array] ? never : unknown;