import type { EP } from './promise'; export declare type Flatten = T extends Iterable | AsyncIterable ? EP : T; //# sourceMappingURL=flatten.d.ts.map