export declare function isIterableEmtpy(iterable: Iterable<any> | undefined): boolean;
