declare function normalizeArray(value: undefined | null | T | Array): Array; export default normalizeArray;