declare const makeArray: (value: T | T[]) => T[]; export { makeArray }; //# sourceMappingURL=makeArray.d.ts.map