import { Pipe } from "../pipe.js";
export declare function isDisjointFrom(source: Iterable<any, any, unknown>): Pipe;
