import { Mixin } from "./Mixin"; export declare abstract class WithDistinctAll extends Mixin { private projectionMode; distinct(): this; /** Explicitly project all values bound to a variable * @since Neo4j 2025.06 */ all(): this; protected projectionModeStr(): string; }