export declare type IterableType> = T extends Iterable ? U : never;