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