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