declare const toArray: (value: T | T[]) => T[]; export { toArray };