export declare function ensureArray<T>(elements: T | T[] | undefined): T[];
//# sourceMappingURL=ensure.d.ts.map