/**
 * Attempts to obtain an iterator from `x` and throws error if `x` is
 * not iterable.
 *
 * @param x -
 */
export declare const ensureIterable: (x: any) => Iterable<any>;
//# sourceMappingURL=ensure-iterable.d.ts.map