export declare const length: <T>(iterable: Iterable<T>) => number;
