export declare const flatJoin: <T, R>(this: Iterable<T>, ...path: string[]) => Iterable<R>;
