export default function ensureArray<Item = unknown>(input: Item | Item[]): Item[];
