import type { TreeViewRootContext } from "../context.js";
export declare function toggleAllSelections(ctx: TreeViewRootContext): void;
