export declare function toArray<T>(value: T | T[] | undefined): T[];
//# sourceMappingURL=array.d.ts.map